Searched refs:int_index (Results 1 – 4 of 4) sorted by relevance
40 #define int_index(size) (((size) + sizeof(int) - 1) / sizeof(int)) macro77 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()
150 int int_index = index.value(); in GetMethodAndSetName() local153 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() local184 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()
1067 int int_index = static_cast<int>(index); in SanitizeImports() local1070 ? LookupImportAsm(int_index, import_name) in SanitizeImports()1071 : LookupImport(int_index, module_name, import_name); in SanitizeImports()
6631 int int_index = static_cast<int>(index); in GetSerializedDataFromFixedArray() local6632 i::Object object = list.get(int_index); in GetSerializedDataFromFixedArray()6634 list.set_the_hole(isolate, int_index); in GetSerializedDataFromFixedArray()