/third_party/protobuf/python/google/protobuf/ |
H A D | text_encoding.py | 110 result = _CUNESCAPE_HEX.sub(ReplaceHex, text)
|
/third_party/python/Doc/tools/extensions/ |
H A D | escape4chm.py | 25 return re.sub(r'[^\x00-\x7F]', escape, string)
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | literals.py | 48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
|
/third_party/vk-gl-cts/scripts/ |
H A D | update-copyright-year.py | 52 data = re.sub(COPYRIGHT_PATTERN, COPYRIGHT_REPLACEMENT, data)
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt.c | 323 * it is not NULL. It returns the sub-slot number (0 or 1) 362 u32 sub, struct log_entry *ent, unsigned long flags) in __btt_log_write() 365 u32 group_slot = arena->log_index[sub]; in __btt_log_write() 382 static int btt_flog_write(struct arena_info *arena, u32 lane, u32 sub, in btt_flog_write() argument 387 ret = __btt_log_write(arena, lane, sub, ent, NVDIMM_IO_ATOMIC); in btt_flog_write() 392 arena->freelist[lane].sub = 1 - arena->freelist[lane].sub; in btt_flog_write() 554 /* sub points to the next one to be overwritten */ in btt_freelist_init() 555 arena->freelist[i].sub = 1 - new; in btt_freelist_init() 1318 int sub; in btt_write_pg() local 361 __btt_log_write(struct arena_info *arena, u32 lane, u32 sub, struct log_entry *ent, unsigned long flags) __btt_log_write() argument [all...] |
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | btt.c | 323 * it is not NULL. It returns the sub-slot number (0 or 1) 362 u32 sub, struct log_entry *ent, unsigned long flags) in __btt_log_write() 365 u32 group_slot = arena->log_index[sub]; in __btt_log_write() 382 static int btt_flog_write(struct arena_info *arena, u32 lane, u32 sub, in btt_flog_write() argument 387 ret = __btt_log_write(arena, lane, sub, ent, NVDIMM_IO_ATOMIC); in btt_flog_write() 392 arena->freelist[lane].sub = 1 - arena->freelist[lane].sub; in btt_flog_write() 554 /* sub points to the next one to be overwritten */ in btt_freelist_init() 555 arena->freelist[i].sub = 1 - new; in btt_freelist_init() 1316 int sub; in btt_write_pg() local 361 __btt_log_write(struct arena_info *arena, u32 lane, u32 sub, struct log_entry *ent, unsigned long flags) __btt_log_write() argument [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 441 sub(counter, counter, Operand(1), SetCC); in PushArray() 552 sub(dst, srcA, scratch, LeaveCC, cond); in Mls() 770 // have to swap them. We write this as a add+sub sequence to avoid using a in CallRecordWriteStub() 773 sub(dst_object, dst_slot, dst_object); in CallRecordWriteStub() 1401 sub(sp, sp, Operand(kStackPageSize)); in CallRecordWriteStub() 1404 sub(bytes_scratch, bytes_scratch, Operand(kStackPageSize)); in CallRecordWriteStub() 1410 sub(sp, sp, bytes_scratch); in CallRecordWriteStub() 1422 sub(sp, sp, Operand(kStackPageSize)); in CallRecordWriteStub() 1427 sub(sp, sp, Operand(bytes)); in CallRecordWriteStub() 1446 sub(s in CallRecordWriteStub() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sun4v_tlb_miss.S | 42 sub TMP2, 1, TMP2; \ 178 sub %g2, TRAP_PER_CPU_FAULT_INFO, %g2 190 sub %g2, TRAP_PER_CPU_FAULT_INFO, %g2 405 sub %g1, %g2, %g1; \
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head.S | 69 sub \rd, \rd, #PG_DIR_SIZE 123 sub r8, r8, #TEXT_OFFSET @ PHYS_OFFSET 308 sub r4, r4, #4 @ Fixup page table pointer 370 sub r4, r4, #0x1000 @ point to the PGD table
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | sun4v_tlb_miss.S | 42 sub TMP2, 1, TMP2; \ 178 sub %g2, TRAP_PER_CPU_FAULT_INFO, %g2 190 sub %g2, TRAP_PER_CPU_FAULT_INFO, %g2 405 sub %g1, %g2, %g1; \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_scaler.c | 30 * Theory behind the formula (note that we ignore sub-pixel 53 static u16 skl_scaler_calc_phase(int sub, int scale, bool chroma_cosited) in skl_scaler_calc_phase() argument 59 phase += (sub - 1) * 0x8000 / sub; in skl_scaler_calc_phase() 61 phase += scale / (2 * sub); in skl_scaler_calc_phase() 789 /* TODO: handle sub-pixel coordinates */ in skl_program_plane_scaler()
|
/third_party/ffmpeg/libavcodec/ |
H A D | movtextenc.c | 637 int bufsize, const AVSubtitle *sub) in mov_text_encode_frame() 647 for (i = 0; i < sub->num_rects; i++) { in mov_text_encode_frame() 648 const char *ass = sub->rects[i]->ass; in mov_text_encode_frame() 650 if (sub->rects[i]->type != SUBTITLE_ASS) { in mov_text_encode_frame() 636 mov_text_encode_frame(AVCodecContext *avctx, unsigned char *buf, int bufsize, const AVSubtitle *sub) mov_text_encode_frame() argument
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp3dsp_neon.S | 60 sub ip, r0, r1 61 sub r0, r0, r1, lsl #1 76 sub ip, r0, #1 77 sub r0, r0, #2
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | sbrdsp_neon.S | 151 sub x2, x2, #16 192 sub x7, x5, x4 195 sub x1, x1, #16 207 sub x1, x1, #8
|
/third_party/protobuf/php/tests/ |
H A D | test_util.php | 70 $sub = new Sub(); variable 71 $m->setOptionalMessage($sub); 134 $sub = new Sub(); variable 152 $m->setOptionalMessage($sub);
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-ce-core.S | 302 sub r4, r4, #16 305 sub lr, lr, r4 340 sub r4, r4, #16 343 sub lr, lr, r4 563 sub r0, r0, #16 572 sub lr, lr, r4 658 sub lr, lr, r4
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-ce-core.S | 302 sub r4, r4, #16 305 sub lr, lr, r4 340 sub r4, r4, #16 343 sub lr, lr, r4 563 sub r0, r0, #16 572 sub lr, lr, r4 658 sub lr, lr, r4
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | syscall.S | 660 sub,<> %r28, %r25, %r0 820 sub,= %r29, %r25, %r0 830 sub,= %r29, %r25, %r0 840 sub,= %r29, %r25, %r0 851 sub,*= %r29, %r25, %r0 858 sub,= %r29, %r22, %r0 862 sub,= %r29, %r23, %r0
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/aes/ |
H A D | vpaes-ppc.s | 641 sub 9, 4, 8 650 sub. 30, 30, 0 664 sub. 30, 30, 0 692 sub 9, 4, 8 701 sub. 30, 30, 0 716 sub. 30, 30, 0 729 sub 4, 4, 8
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/aes/ |
H A D | vpaes-ppc.s | 641 sub 9, 4, 8 650 sub. 30, 30, 0 664 sub. 30, 30, 0 692 sub 9, 4, 8 701 sub. 30, 30, 0 716 sub. 30, 30, 0 729 sub 4, 4, 8
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.c | 187 struct symbol *sub; in examine_anonymous_member() local 194 FOR_EACH_PTR(sym->symbol_list, sub) { in examine_anonymous_member() 195 assert(sub->type == SYM_NODE); in examine_anonymous_member() 196 sub->ctype.modifiers |= mod; in examine_anonymous_member() 199 if (!sub->ident) in examine_anonymous_member() 200 examine_anonymous_member(sub); in examine_anonymous_member() 201 } END_FOR_EACH_PTR(sub); in examine_anonymous_member()
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/aes/ |
H A D | vpaes-ppc.s | 651 sub 9, 4, 8 660 sub. 30, 30, 0 674 sub. 30, 30, 0 702 sub 9, 4, 8 711 sub. 30, 30, 0 726 sub. 30, 30, 0 739 sub 4, 4, 8
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/aes/ |
H A D | vpaes-ppc.s | 651 sub 9, 4, 8 660 sub. 30, 30, 0 674 sub. 30, 30, 0 702 sub 9, 4, 8 711 sub. 30, 30, 0 726 sub. 30, 30, 0 739 sub 4, 4, 8
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-avx2.asm | 176 sub eax, byte SIZEOF_YMMWORD 232 sub esp, byte 4 521 sub eax, byte SIZEOF_YMMWORD 539 sub ecx, byte 2 ; rowctr 626 sub eax, byte 2*SIZEOF_YMMWORD 730 sub eax, byte 2*SIZEOF_YMMWORD 745 sub ecx, byte 2 ; rowctr
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jdsample-avx2.asm | 170 sub rax, byte SIZEOF_YMMWORD 220 sub rsp, byte 4 477 sub rax, byte SIZEOF_YMMWORD 495 sub rcx, byte 2 ; rowctr 575 sub rax, byte 2*SIZEOF_YMMWORD 670 sub rax, byte 2*SIZEOF_YMMWORD 684 sub rcx, byte 2 ; rowctr
|