132件ヒット
[1-100件を表示]
(0.037秒)
キーワード
-
mark
_ hashentry (12) - numhash (12)
-
rb
_ f _ hash (12) -
rb
_ mark _ hash (12) - rehash (12)
-
st
_ copy (12) -
st
_ foreach (12) -
st
_ init _ table (12) -
st
_ init _ table _ with _ size (12) -
stat
_ col (12) - strhash (12)
検索結果
先頭5件
-
static VALUE rb
_ f _ hash(VALUE obj , VALUE arg) (6117.0) -
Kernel.#Hash の実体です。
...Kernel.#Hash の実体です。... -
static int mark
_ hashentry(VALUE key , VALUE value) (6101.0) -
-
static int numhash(long n) (6101.0)
-
int用のハッシュ関数。 n に対するハッシュ値を計算する。
int用のハッシュ関数。
n に対するハッシュ値を計算する。 -
static int strhash(register char *string) (6101.0)
-
文字列用のハッシュ関数。 string に対するハッシュ値を計算する。
文字列用のハッシュ関数。
string に対するハッシュ値を計算する。 -
static void rehash(register st
_ table *table) (6101.0) -
テーブルの全要素に対しハッシュ値を計算しなおして テーブルを再構成する。エントリに対して要素の数が 増えすぎ、テーブルが狭くなってきたときに発生する。
テーブルの全要素に対しハッシュ値を計算しなおして
テーブルを再構成する。エントリに対して要素の数が
増えすぎ、テーブルが狭くなってきたときに発生する。 -
void rb
_ mark _ hash(st _ table *tbl) (6101.0) -
-
st
_ table * st _ init _ table _ with _ size(struct st _ hash _ type *type , int size) (117.0) -
st_table を作成する。_with_size はサイズを指定して生成する。 struct st_hash_type はハッシュ値を得る関数と、同値判定を行う 関数を持つ。
...st_table を作成する。_with_size はサイズを指定して生成する。
struct st_hash_type はハッシュ値を得る関数と、同値判定を行う
関数を持つ。... -
st
_ table * st _ init _ table(struct st _ hash _ type *type) (101.0) -
-
st
_ table * st _ copy(st _ table *old _ table) (17.0) -
Hash#dup の実体。 old_table と同じ内容の st_table を新たに作成して返す。
...
Hash#dup の実体。
old_table と同じ内容の st_table を新たに作成して返す。...