/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler.cc | 109 uint32_t Hash(const ZoneList<CharacterRange>* ranges) { in Hash() argument 125 int RangeArrayLengthFor(const ZoneList<CharacterRange>* ranges) { in RangeArrayLengthFor() argument 145 MakeRangeArray(Isolate* isolate, const ZoneList<CharacterRange>* ranges) MakeRangeArray() argument 169 GetOrAddRangeArray( const ZoneList<CharacterRange>* ranges) GetOrAddRangeArray() argument 192 ByteArray ranges = ByteArray::cast(Object(raw_byte_array)); IsCharacterInRangeArray() local [all...] |
H A D | regexp-macro-assembler-tracer.cc | 324 void PrintRangeArray(const ZoneList<CharacterRange>* ranges) { in PrintRangeArray() argument 337 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument 347 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-debug.cc | 773 std::vector<CoverageBlock> ranges; in RUNTIME_FUNCTION() local
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTree.java | 818 RangeTree retainFrom(PrefixTree prefixes, RangeTree ranges) { in retainFrom() argument 863 from(RangeSet<DigitSequence> ranges) from() argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
H A D | n2builder.cpp | 83 static const Range ranges[4]; member in HangulIterator 87 const HangulIterator::Range HangulIterator::ranges[4]={ member in HangulIterator
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | durchschlag.cc | 55 static TextIdx calculateDictionarySize(const std::vector<Range>& ranges) { in calculateDictionarySize() argument 227 static void addRange(std::vector<Range>* ranges, TextIdx start, TextIdx end) { in addRange() argument 64 createDictionary( const uint8_t* data, const std::vector<Range>& ranges, size_t limit) createDictionary() argument 485 std::vector<Range> ranges; durchschlagGenerateExclusive() local 588 std::vector<Range> ranges; durchschlagGenerateCollaborative() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | utils_module_tests.c | 364 struct wpa_freq_range_list ranges; in common_tests() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferWriteTests.cpp | 327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify) in SubDataToUndefinedCase() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferWriteTests.cpp | 327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify) in SubDataToUndefinedCase() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | utils_module_tests.c | 365 struct wpa_freq_range_list ranges; in common_tests() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_pseudocolor.c | 109 const Range *ranges; member
|
/third_party/gn/src/gn/ |
H A D | parse_tree.cc | 1019 std::vector<SortRange> ranges; in GetSortRanges() local
|
/third_party/icu/tools/unicode/c/genuca/ |
H A D | genuca.cpp | 444 UVector32 ranges; global() member in HanOrder [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shadowed_regs.c | 4057 const struct ac_reg_range *ranges; in ac_check_shadowed_regs() local 1243 ac_get_reg_ranges(enum amd_gfx_level gfx_level, enum radeon_family family, enum ac_reg_range_type type, unsigned *num_ranges, const struct ac_reg_range **ranges) ac_get_reg_ranges() argument 4102 const struct ac_reg_range *ranges; ac_print_shadowed_regs() local [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_clear.c | 230 VkPushConstantRange ranges[2] = { in create_color_clear_pipeline_layout() local 254 VkPushConstantRange ranges[2] = { in create_depth_clear_pipeline_layout() local
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 1390 char *ranges; in parse_cmdline() local
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 2743 int ranges; in lws_serve_http_file() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.c | 995 SVGA3D_BeginDrawPrimitives(struct svga_winsys_context *swc, SVGA3dVertexDecl **decls, uint32 numVertexDecls, SVGA3dPrimitiveRange **ranges, uint32 numRanges) SVGA3D_BeginDrawPrimitives() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 120 static range *ranges; /* Array containing all Inode-Ranges for undelete */ variable [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 1041 PrintTopLevelLiveRanges(std::ostream& os, const ZoneVector<TopLevelLiveRange*> ranges, const InstructionSequence& code) PrintTopLevelLiveRanges() argument
|
/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.cc | 480 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument 499 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument 507 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
|
/third_party/node/deps/v8/src/regexp/mips64/ |
H A D | regexp-macro-assembler-mips64.cc | 500 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument 519 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument 526 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
|
/third_party/node/deps/v8/src/regexp/loong64/ |
H A D | regexp-macro-assembler-loong64.cc | 452 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument 471 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument 478 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
|
/third_party/node/deps/v8/src/regexp/mips/ |
H A D | regexp-macro-assembler-mips.cc | 468 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument 487 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument 494 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 517 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument 539 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument 547 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
|