Home
last modified time | relevance | path

Searched refs:int_index (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/control/
Dtlv.c40 #define int_index(size) (((size) + sizeof(int) - 1) / sizeof(int)) macro
77 size = int_index(size) * sizeof(int); in snd_tlv_parse_dB_info()
86 len = int_index(tlv[SNDRV_CTL_TLVO_LEN]) + 2; in snd_tlv_parse_dB_info()
137 len = int_index(tlv[SNDRV_CTL_TLVO_LEN]); in snd_tlv_get_dB_range()
164 pos += int_index(tlv[pos + 3]) + 4; in snd_tlv_get_dB_range()
209 len = int_index(tlv[SNDRV_CTL_TLVO_LEN]); in snd_tlv_convert_to_dB()
220 pos += int_index(tlv[pos + 3]) + 4; in snd_tlv_convert_to_dB()
302 len = int_index(tlv[SNDRV_CTL_TLVO_LEN]); in snd_tlv_convert_from_dB()
327 pos += int_index(tlv[pos + 3]) + 4; in snd_tlv_convert_from_dB()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc150 int int_index = index.value(); in GetMethodAndSetName() local
153 if (int_index < ClassBoilerplate::kFirstDynamicArgumentIndex) { in GetMethodAndSetName()
154 return args.at<Object>(int_index); in GetMethodAndSetName()
157 Handle<JSFunction> method = args.at<JSFunction>(int_index); in GetMethodAndSetName()
181 int int_index = Smi::ToInt(index); in GetMethodWithSharedName() local
184 if (int_index < ClassBoilerplate::kFirstDynamicArgumentIndex) { in GetMethodWithSharedName()
185 return args[int_index]; in GetMethodWithSharedName()
188 Handle<JSFunction> method = args.at<JSFunction>(int_index); in GetMethodWithSharedName()
/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc1067 int int_index = static_cast<int>(index); in SanitizeImports() local
1070 ? LookupImportAsm(int_index, import_name) in SanitizeImports()
1071 : LookupImport(int_index, module_name, import_name); in SanitizeImports()
/third_party/node/deps/v8/src/api/
Dapi.cc6631 int int_index = static_cast<int>(index); in GetSerializedDataFromFixedArray() local
6632 i::Object object = list.get(int_index); in GetSerializedDataFromFixedArray()
6634 list.set_the_hole(isolate, int_index); in GetSerializedDataFromFixedArray()