Searched refs:get32 (Results 1 - 8 of 8) sorted by relevance
/third_party/elfutils/backends/ |
H A D | ppc_initreg.c | 113 bool get32 = iovec.iov_len < sizeof (struct pt_regs); in ppc_set_initial_registers_tid() 116 dwarf_regs[gpr] = get32 ? regs32->gpr[gpr] : regs.gpr[gpr]; in ppc_set_initial_registers_tid() 120 Dwarf_Word link = get32 ? regs32->link : regs.link; in ppc_set_initial_registers_tid() 125 Dwarf_Word pc = get32 ? (Dwarf_Word) regs32->nip : regs.nip; in ppc_set_initial_registers_tid()
|
/third_party/icu/icu4c/source/common/ |
H A D | utrie2.cpp | 42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() function 69 return get32(trie->newTrie, c, true); in utrie2_get32() 83 return get32(trie->newTrie, c, false); in utrie2_get32FromLeadSurrogateCodeUnit()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | utrie2.cpp | 42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() function 69 return get32(trie->newTrie, c, true); in utrie2_get32() 83 return get32(trie->newTrie, c, false); in utrie2_get32FromLeadSurrogateCodeUnit()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utrie2.cpp | 42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() function 69 return get32(trie->newTrie, c, TRUE); in utrie2_get32() 83 return get32(trie->newTrie, c, FALSE); in utrie2_get32FromLeadSurrogateCodeUnit()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | TestBadIdentifiers.java | 117 assertEquals(0, message.get32()); in testNumberFields()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_lfloat.c | 105 void *get32 = get32_labels[get32idx]; in snd_pcm_lfloat_convert_integer_float() local 124 goto *get32; in snd_pcm_lfloat_convert_integer_float()
|
H A D | pcm_route.c | 263 void *zero, *get32, *add, *norm, *put32; in snd_pcm_route_convert1_many() local 305 get32 = get32_labels[params->get_idx]; in snd_pcm_route_convert1_many() 331 goto *get32; in snd_pcm_route_convert1_many()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 2952 get32(png_bytep buffer, int offset) in get32() function 3030 png_uint_32 next_length = get32(buffer, nused); in sync_stream() 3034 png_uint_32 next_type = get32(buffer, nused+4); in sync_stream()
|
Completed in 16 milliseconds