/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 2092 void EmitWordCheck(RegExpMacroAssembler* assembler, Label* word, in EmitWordCheck() argument 2215 Label* word = backtrack_if_previous == kIsNonWord ? &fall_through BacktrackIfPrevious() local [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 2870 itsabbr(register const char *abbr, register const char *word) in itsabbr() argument 2884 byword(register const char *const word, in byword() argument
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 202 void SPIRVCodeGenerator::writeWord(int32_t word, OutputStream& out) { in writeWord() argument
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 10115 unsigned int word = spirv[i]; in OutputSpvBin() local 10143 const unsigned int word = spirv[i + j]; OutputSpvHex() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 1120 unsigned word = (base >> 2) + i; in bi_emit_load_push_constant() local
|
/third_party/mksh/ |
H A D | edit.c | 463 char *word; member [all...] |
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 4340 inline simdutf_warn_unused uint16_t swap_bytes(const uint16_t word) { in swap_bytes() argument 4349 uint16_t word = !match_system(big_endian) ? swap_bytes(data[pos]) : data[pos]; variable 4370 uint16_t word = !match_system(big_endian) ? swap_bytes(data[pos]) : data[pos]; variable 4392 uint16_t word in count_code_points() local 4404 uint16_t word = !match_system(big_endian) ? swap_bytes(p[i]) : p[i]; utf8_length_from_utf16() local 4418 uint16_t word = !match_system(big_endian) ? swap_bytes(p[i]) : p[i]; utf32_length_from_utf16() local 10657 uint32_t word = data[pos]; global() variable 10669 uint32_t word = data[pos]; global() variable 10781 uint32_t word = data[pos]; convert_valid() local 10845 uint32_t word = data[pos]; convert() local 10894 uint32_t word = data[pos]; convert_with_errors() local 10950 uint32_t word = data[pos]; convert_valid() local 10994 uint32_t word = data[pos]; convert() local 11023 uint32_t word = data[pos]; convert_with_errors() local 11084 uint16_t word = !match_system(big_endian) ? utf16::swap_bytes(data[pos]) : data[pos]; convert_valid() local 11157 uint16_t word = !match_system(big_endian) ? utf16::swap_bytes(data[pos]) : data[pos]; convert() local 11216 uint16_t word = !match_system(big_endian) ? utf16::swap_bytes(data[pos]) : data[pos]; convert_with_errors() local 11278 uint16_t word = !match_system(big_endian) ? utf16::swap_bytes(data[pos]) : data[pos]; convert_valid() local 11319 uint16_t word = !match_system(big_endian) ? utf16::swap_bytes(data[pos]) : data[pos]; convert() local 11346 uint16_t word = !match_system(big_endian) ? utf16::swap_bytes(data[pos]) : data[pos]; convert_with_errors() local 12054 uint16_t word = uint16_t(data[pos]); // extend Latin-1 char to 16-bit Unicode code point convert() local 12069 uint16_t word = uint16_t(data[pos]); // extend Latin-1 char to 16-bit Unicode code point convert_with_errors() local 12297 uint16_t word = 0; convert() local 12319 uint16_t word; convert_with_errors() local 12494 uint16_t word = 0; convert_valid() local 13747 uint16_t word = !match_system(big_endian) ? scalar::utf16::swap_bytes(buf[k]) : buf[k]; arm_convert_utf16_to_latin1_with_errors() local 14026 uint16_t word = !match_system(big_endian) ? scalar::utf16::swap_bytes(buf[k]) : buf[k]; arm_convert_utf16_to_utf8() local 14280 uint16_t word = !match_system(big_endian) ? scalar::utf16::swap_bytes(buf[k]) : buf[k]; arm_convert_utf16_to_utf8_with_errors() local 14394 uint16_t word = !match_system(big_endian) ? scalar::utf16::swap_bytes(buf[k]) : buf[k]; arm_convert_utf16_to_utf32() local 14452 uint16_t word = !match_system(big_endian) ? scalar::utf16::swap_bytes(buf[k]) : buf[k]; arm_convert_utf16_to_utf32_with_errors() local 14518 uint32_t word = buf[k]; arm_convert_utf32_to_latin1_with_errors() local 14734 uint32_t word = buf[k]; arm_convert_utf32_to_utf8() local 14973 uint32_t word = buf[k]; arm_convert_utf32_to_utf8_with_errors() local 15027 uint32_t word = buf[k]; arm_convert_utf32_to_utf16() local 15088 uint32_t word = buf[k]; arm_convert_utf32_to_utf16_with_errors() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 6721 const char* word = words[counter % IM_ARRAYSIZE(words)]; local
|
/third_party/tzdata/ |
H A D | zic.c | 3640 itsabbr(register const char *abbr, register const char *word) in itsabbr() argument 3656 ciprefix(char const *abbr, char const *word) in ciprefix() argument 3667 byword(const char *word, const struct lookup *table) in byword() argument [all...] |
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 143 mpd_word_digits(mpd_uint_t word) in mpd_word_digits() argument 180 mpd_word_digits(mpd_uint_t word) mpd_word_digits() argument 231 mpd_msd(mpd_uint_t word) mpd_msd() argument 241 mpd_lsd(mpd_uint_t word) mpd_lsd() argument 371 mpd_isoddword(mpd_uint_t word) mpd_isoddword() argument 930 mpd_uint_t word; mpd_trail_zeros() local 974 mpd_word_ispow10(mpd_uint_t word) mpd_word_ispow10() argument 1001 mpd_word_isallnine(mpd_uint_t word) mpd_word_isallnine() argument 2533 mpd_uint_t rnd = 0, rest = 0, word; _mpd_get_rnd() local 7433 mpd_uint_t dummy, word; _mpd_qreciprocal_approx() local [all...] |
/third_party/elfutils/src/ |
H A D | readelf.c | 3513 uint_fast32_t word = bitmask[cnt]; in handle_gnu_hash() local 7259 Dwarf_Word word; attr_callback() local [all...] |
/third_party/backends/backend/ |
H A D | microtek2.h | 1098 uint8_t word; /* word transfer, used in some read cmds */ member
|
/third_party/python/Python/ |
H A D | compile.c | 166 uint32_t word = table[bitindex >> LOG_BITS_PER_INT]; in is_bit_set_in_table() local
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 14764 parse_integral_type_modifier(const string& word, in parse_integral_type_modifier() argument [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | jcommander-1.27.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/beust/jcommander/
com/beust/jcommander/converters/
... |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |