Home
last modified time | relevance | path

Searched refs:part (Results 551 - 575 of 578) sorted by relevance

1...<<21222324

/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm.asm7 ;* This file is part of FFmpeg.
1669 ; round 2 interleaved part 1
H A Dhevc_mc.asm5 ; * This file is part of FFmpeg.
H A Dh264_intrapred.asm8 ;* This file is part of FFmpeg.
H A Dvp9itxfm_16bpp.asm6 ;* This file is part of FFmpeg.
H A Dvp9intrapred.asm13 ;* This file is part of FFmpeg.
H A Dvp9intrapred_16bpp.asm7 ;* This file is part of FFmpeg.
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString()
522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString()
523 const char *last=NULL; /* -> last digit of decimal part */ in uprv_decNumberFromString()
542 continue; /* still in decimal part */ in uprv_decNumberFromString()
545 dotchar=c; /* record offset into decimal part */ in uprv_decNumberFromString()
2536 /* 3. rotate all the units by reversing left part, right */ in uprv_decNumberRotate()
2537 /* part, and then whole */ in uprv_decNumberRotate()
2585 decReverse(res->lsu+units, msumax); /* left part */ in uprv_decNumberRotate()
2586 decReverse(res->lsu, res->lsu+units-1); /* right part */ in uprv_decNumberRotate()
2790 /* var f := setexp(x, 0) % fraction part o
5100 uInt part=item/(DECDPUNMAX+1); decMultiplyOp() local
[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString()
522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString()
523 const char *last=nullptr; /* -> last digit of decimal part */ in uprv_decNumberFromString()
542 continue; /* still in decimal part */ in uprv_decNumberFromString()
545 dotchar=c; /* record offset into decimal part */ in uprv_decNumberFromString()
2536 /* 3. rotate all the units by reversing left part, right */ in uprv_decNumberRotate()
2537 /* part, and then whole */ in uprv_decNumberRotate()
2585 decReverse(res->lsu+units, msumax); /* left part */ in uprv_decNumberRotate()
2586 decReverse(res->lsu, res->lsu+units-1); /* right part */ in uprv_decNumberRotate()
2790 /* var f := setexp(x, 0) % fraction part o
5100 uInt part=item/(DECDPUNMAX+1); decMultiplyOp() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString()
522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString()
523 const char *last=NULL; /* -> last digit of decimal part */ in uprv_decNumberFromString()
542 continue; /* still in decimal part */ in uprv_decNumberFromString()
545 dotchar=c; /* record offset into decimal part */ in uprv_decNumberFromString()
2536 /* 3. rotate all the units by reversing left part, right */ in uprv_decNumberRotate()
2537 /* part, and then whole */ in uprv_decNumberRotate()
2585 decReverse(res->lsu+units, msumax); /* left part */ in uprv_decNumberRotate()
2586 decReverse(res->lsu, res->lsu+units-1); /* right part */ in uprv_decNumberRotate()
2790 /* var f := setexp(x, 0) % fraction part o
5100 uInt part=item/(DECDPUNMAX+1); decMultiplyOp() local
[all...]
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm709 ; arch-independent part
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex848 There are many caveats regarding these annotations. For the most part
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc245 (cpu.part() == base::CPU::kArmCortexA5 || in ProbeImpl()
246 cpu.part() == base::CPU::kArmCortexA9)) { in ProbeImpl()
802 // Emitted link to a label, not part of a branch. in target_at()
819 // Emitted link to a label, not part of a branch. in target_at_put()
/third_party/backends/backend/
H A Depson.c24 This file is part of the SANE package.
151 for the "color shuffling" part.
226 2000-04-06 Did some cleanup on the gamma correction part. The user
3933 BAY is part of the filmscan device.We are not sure in handle_source()
4219 * This function is part of the SANE API and gets called when the front end
4367 * This function is part of the SANE API and gets called from the front end to
/third_party/typescript/lib/
H A Dtsserverlibrary.js2201 // This character is not part of either suffix pattern
2896 // these aren't immediately useful so we trim off the `prop1: ..., prop2: ...` part from the
3415 // parts ::= part ( '.' part ) *
3416 // part ::= nr | [-0-9A-Za-z]+
3528 function isWildcard(part) {
3529 return part === "*" || part === "x" || part === "X";
6250 // Closed watcher as part o
[all...]
H A Dtsserver.js2202 // This character is not part of either suffix pattern
2897 // these aren't immediately useful so we trim off the `prop1: ..., prop2: ...` part from the
3416 // parts ::= part ( '.' part ) *
3417 // part ::= nr | [-0-9A-Za-z]+
3529 function isWildcard(part) {
3530 return part === "*" || part === "x" || part === "X";
6251 // Closed watcher as part o
[all...]
H A DtypingsInstaller.js2182 // This character is not part of either suffix pattern
2877 // these aren't immediately useful so we trim off the `prop1: ..., prop2: ...` part from the
3396 // parts ::= part ( '.' part ) *
3397 // part ::= nr | [-0-9A-Za-z]+
3509 function isWildcard(part) {
3510 return part === "*" || part === "x" || part === "X";
6231 // Closed watcher as part o
[all...]
H A Dtsc.js2989 function isWildcard(part) {
2990 return part === "*" || part === "x" || part === "X";
5635 Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_part_of_a_destructuring_pattern: diag(1312, ts.DiagnosticCategory.Error, "Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_1312", "Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern."),
5767 Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member_declaration_property_access_or_on_the_left_hand_side_of_an_in_expression: diag(1451, ts.DiagnosticCategory.Error, "Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451", "Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression"),
6593 Print_names_of_generated_files_part_of_the_compilation: diag(6154, ts.DiagnosticCategory.Message, "Print_names_of_generated_files_part_of_the_compilation_6154", "Print names of generated files part of the compilation."),
6594 Print_names_of_files_part_of_the_compilation: diag(6155, ts.DiagnosticCategory.Message, "Print_names_of_files_part_of_the_compilation_6155", "Print names of files part of the compilation."),
6759 Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing: diag(6503, ts.DiagnosticCategory.Message, "Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing_6503", "Print names of files that are part of the compilation and then stop processing."),
6761 Print_names_of_files_and_the_reason_they_are_part_of_the_compilation: diag(6505, ts.DiagnosticCategory.Message, "Print_names_of_files_and_the_reason_they_are_part_of_the_compilation_6505", "Print names of files and the reason they are part o
[all...]
H A Dtypescript.js2192 // This character is not part of either suffix pattern
2887 // these aren't immediately useful so we trim off the `prop1: ..., prop2: ...` part from the
3406 // parts ::= part ( '.' part ) *
3407 // part ::= nr | [-0-9A-Za-z]+
3519 function isWildcard(part) {
3520 return part === "*" || part === "x" || part === "X";
6241 // Closed watcher as part o
[all...]
H A DtypescriptServices.js2192 // This character is not part of either suffix pattern
2887 // these aren't immediately useful so we trim off the `prop1: ..., prop2: ...` part from the
3406 // parts ::= part ( '.' part ) *
3407 // part ::= nr | [-0-9A-Za-z]+
3519 function isWildcard(part) {
3520 return part === "*" || part === "x" || part === "X";
6241 // Closed watcher as part o
[all...]
/third_party/ffmpeg/
H A Dconfigure15 # try to make this part work with most shells
93 not part of the dynamic linker search path
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c132 sctx->shader.ps.cso ? sctx->shader.ps.current->key.ps.part.epilog.spi_shader_col_format in si_emit_cb_render_state()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S2857 adds r4,r4,r14 @ accumulate high part of mult
2900 adds r5,r5,r0 @ accumulate high part of mult
2953 adds r6,r6,r0 @ accumulate high part of mult
3006 adds r7,r7,r0 @ accumulate high part of mult
3059 adds r8,r8,r0 @ accumulate high part of mult
3112 adds r9,r9,r0 @ accumulate high part of mult
3165 adds r10,r10,r0 @ accumulate high part of mult
3218 adds r11,r11,r0 @ accumulate high part of mult
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/
H A Decp_nistz256-armv4.S2857 adds r4,r4,r14 @ accumulate high part of mult
2900 adds r5,r5,r0 @ accumulate high part of mult
2953 adds r6,r6,r0 @ accumulate high part of mult
3006 adds r7,r7,r0 @ accumulate high part of mult
3059 adds r8,r8,r0 @ accumulate high part of mult
3112 adds r9,r9,r0 @ accumulate high part of mult
3165 adds r10,r10,r0 @ accumulate high part of mult
3218 adds r11,r11,r0 @ accumulate high part of mult
/third_party/skia/third_party/externals/libpng/
H A Dconfigure10964 # assumed that no part of a normal pathname contains ";" but that should
12805 an arm of an if-expression whose if-part is not a constant
15563 # distribute this file as part of a program or library that is built

Completed in 230 milliseconds

1...<<21222324