/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | TimeUtil.java | 288 * @deprecated Use {@link Timestamps#add} instead. 291 public static Timestamp add(Timestamp start, Duration length) { in add() method in TimeUtil 292 return Timestamps.add(start, length); in add() 308 * @deprecated Use {@link Durations#add} instead. 311 public static Duration add(Duration d1, Duration d2) { in add() method in TimeUtil 312 return Durations.add(d1, d2); in add() 370 .add(toBigInteger(duration.getNanos())); in toBigInteger()
|
/third_party/rust/crates/regex/src/ |
H A D | pikevm.rs | 164 self.add(&mut clist, slots, 0, at); in exec_() 166 // The previous call to "add" actually inspects the position just in exec_() 247 self.add(nlist, thread_caps, inst.goto, at_next); in step() 253 self.add(nlist, thread_caps, inst.goto, at_next); in step() 260 self.add(nlist, thread_caps, inst.goto, at_next); in step() 271 fn add( in add() functions 291 /// A helper function for add that avoids excessive pushing to the stack.
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_idct.asm | 246 add tmpd, (1 << (14 - %3)) + 1 257 add coeffq, mmsize*8 272 add tmpd, (1 << (14 - %2)) + 1 292 ; %3 - 1/0 add constant or not 309 %assign %%add 1 << (%1 - 1) 310 mova m4, [pd_ %+ %%add] 341 ; %2 - register add constant 418 ; %7 - 1/0 add a constant in TR_4x4 or not 419 ; I want to add a constant for 8x8 transform but not for 16x16 and 32x32 534 ; %5 - 1/0 SWAP or add [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 141 add $h,$h,$t1 145 add $h,$h,@X[$i%16] 147 add $h,$h,$t0 148 add $h,$h,$a0 159 add $d,$d,$h 166 add $h,$h,$a0 167 add $h,$h,$t0 184 add @X[$i],@X[$i],@X[($i+9)%16] 188 add @X[$i],@X[$i],$a0 189 add [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 141 add $h,$h,$t1 145 add $h,$h,@X[$i%16] 147 add $h,$h,$t0 148 add $h,$h,$a0 159 add $d,$d,$h 166 add $h,$h,$a0 167 add $h,$h,$t0 184 add @X[$i],@X[$i],@X[($i+9)%16] 188 add @X[$i],@X[$i],$a0 189 add [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 100 UseMI.add(MO); in transferImpOps() 102 DefMI.add(MO); in transferImpOps() 138 .add(MI.getOperand(0)) in expandMOVImm() 472 .add(MI.getOperand(1)) in expandMI() 473 .add(MI.getOperand(2)) in expandMI() 519 .add(MI.getOperand(0)) in expandMI() 558 .add(MI.getOperand(1)); in expandMI() 573 .add(Tag) in expandMI() 579 .add(MI.getOperand(0)) in expandMI() 581 .add(M in expandMI() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sun4v_tlb_miss.S | 45 add TSB_PTR, TMP1, TSB_PTR; 221 add %sp, PTREGS_OFF, %o0 248 add %sp, PTREGS_OFF, %o0 272 add %sp, PTREGS_OFF, %o0 288 add %sp, PTREGS_OFF, %o0 304 add %sp, PTREGS_OFF, %o0 320 add %sp, PTREGS_OFF, %o0 354 add %sp, PTREGS_OFF, %o0 363 add %sp, PTREGS_OFF, %o0 379 add [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | sun4v_tlb_miss.S | 45 add TSB_PTR, TMP1, TSB_PTR; 221 add %sp, PTREGS_OFF, %o0 248 add %sp, PTREGS_OFF, %o0 272 add %sp, PTREGS_OFF, %o0 288 add %sp, PTREGS_OFF, %o0 304 add %sp, PTREGS_OFF, %o0 320 add %sp, PTREGS_OFF, %o0 354 add %sp, PTREGS_OFF, %o0 363 add %sp, PTREGS_OFF, %o0 379 add [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | h264idct_neon.S | 113 add r0, r0, r4 122 add r1, r1, #32 139 add r0, r0, r4 148 add r1, r1, #32 156 add r5, r1, #16*4 157 add r1, r2, #16*32 166 add r0, r0, r4 167 add r1, r10, r12, lsl #5 175 add r12, r12, #1 390 add r [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 50 return sub(add(src, dst), mul(src, dst)); in blend_screen() 147 mul(dst, add(mul(sub(mul(imm3(16), dst), imm3(12)), dst), imm3(3))); in blend_softlight() 152 return add(dst, mul(sub(mul(imm3(2), src), imm3(1)), factor)); in blend_softlight() 166 return add(src, sub(dst, mul(imm3(2), mul(src, dst)))); in blend_exclusion() 219 f->emit(assign(color, add(cbase, sub(lumv3(clum), lumv3(cbase))))); in set_lum() 230 assign(color, add(llum, div(mul(sub(color, llum), llum), in set_lum() 233 assign(color, add(llum, div(mul(sub(color, llum), in set_lum() 420 add(add(mul(factor, p0), mul(src_rgb, p1)), mul(dst_rgb, p2)), in calc_blend_result() 422 f.emit(assign(result, add(ad in calc_blend_result() [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/poly1305/ |
H A D | poly1305-ppc.s | 66 add 29,29,28 113 add 30,30,31 149 add 7,7,8 258 add 7,7,8 321 add 30,30,31 340 add 9,9,10 346 add 9,9,11 353 add 9,9,10 359 add 9,9,11 426 add 2 [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/poly1305/ |
H A D | poly1305-ppc.s | 66 add 29,29,28 113 add 30,30,31 149 add 7,7,8 258 add 7,7,8 321 add 30,30,31 340 add 9,9,10 346 add 9,9,11 353 add 9,9,10 359 add 9,9,11 426 add 2 [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/poly1305/ |
H A D | poly1305-ppc.s | 66 add 29,29,28 106 add 30,30,31 145 add 7,7,8 257 add 7,7,8 320 add 30,30,31 339 add 9,9,10 345 add 9,9,11 352 add 9,9,10 358 add 9,9,11 425 add 2 [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/poly1305/ |
H A D | poly1305-ppc.s | 66 add 29,29,28 106 add 30,30,31 145 add 7,7,8 257 add 7,7,8 320 add 30,30,31 339 add 9,9,10 345 add 9,9,11 352 add 9,9,10 358 add 9,9,11 425 add 2 [all...] |
/third_party/node/deps/openssl/openssl/engines/asm/ |
H A D | e_padlock-x86_64.pl | 183 add \$128+8,%rsp 205 add \$128+8,%rsp 227 add \$128+8,%rsp 249 add \$128+8,%rsp 276 add \$128+8,%rsp 350 add $len,%rax 394 add \$0x10000,%eax 412 add $chunk,$out 413 add $chunk,$inp 432 add [all...] |
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-md5-x86_64.pl | 183 add $TX[0]#b,$YY#b 187 add $TY#b,$TX[0]#b 216 #rc4# add $TX[0]#b,$YY#b 219 add $inp,$len # pointer to the end of input 245 $code.=" add \$$MOD,$XX[0]#b\n" if ($rc4 && $j==15 && $k==$MOD-1); 252 #md5# add 4*`$j`($inp),$a 253 #rc4# add $TY#b,$TX[0]#b 255 #md5# add \$$K[$i],$a 259 #md5# add $tmp,$a 260 #rc4# add [all...] |
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-md5-x86_64.pl | 183 add $TX[0]#b,$YY#b 187 add $TY#b,$TX[0]#b 216 #rc4# add $TX[0]#b,$YY#b 219 add $inp,$len # pointer to the end of input 245 $code.=" add \$$MOD,$XX[0]#b\n" if ($rc4 && $j==15 && $k==$MOD-1); 252 #md5# add 4*`$j`($inp),$a 253 #rc4# add $TY#b,$TX[0]#b 255 #md5# add \$$K[$i],$a 259 #md5# add $tmp,$a 260 #rc4# add [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsVoteTests.cpp | 132 programCollection.add("vert") << glu::VertexSource(vertex); in initFrameBufferPrograms() 187 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms() 213 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms() 240 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms() 266 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms() 325 programCollection.add("fragment") << glu::FragmentSource(fragmentSource.str()); in initFrameBufferPrograms() 397 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 459 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms() 491 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms() 519 programCollection.add("tes in initPrograms() [all...] |
/third_party/openssl/engines/asm/ |
H A D | e_padlock-x86_64.pl | 183 add \$128+8,%rsp 205 add \$128+8,%rsp 227 add \$128+8,%rsp 249 add \$128+8,%rsp 276 add \$128+8,%rsp 350 add $len,%rax 394 add \$0x10000,%eax 412 add $chunk,$out 413 add $chunk,$inp 432 add [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ThumbRegisterInfo.cpp | 97 .add(predOps(ARMCC::AL)) in emitThumb2LoadConstPool() 150 .add(t1CondCodeOp()) in emitThumbRegPlusImmInReg() 155 .add(t1CondCodeOp()) in emitThumbRegPlusImmInReg() 159 .add(t1CondCodeOp()) in emitThumbRegPlusImmInReg() 169 // Emit add / sub. in emitThumbRegPlusImmInReg() 174 MIB = MIB.add(t1CondCodeOp()); in emitThumbRegPlusImmInReg() 179 MIB.add(predOps(ARMCC::AL)); in emitThumbRegPlusImmInReg() 214 // This will be emitted as many times as necessary to add the in emitThumbRegPlusImmediate() 314 MIB = MIB.add(t1CondCodeOp()); in emitThumbRegPlusImmediate() 319 MIB.setMIFlags(MIFlags).add(predOp in emitThumbRegPlusImmediate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 231 MIB.add(MI.getOperand(0)).add(MI.getOperand(1)).add(Target); in convertToBRCT() 274 .add(MI.getOperand(0)) in convertToLoadAndTrap() 275 .add(MI.getOperand(1)) in convertToLoadAndTrap() 276 .add(MI.getOperand(2)) in convertToLoadAndTrap() 277 .add(MI.getOperand(3)); in convertToLoadAndTrap() 296 MIB.add(MO); in convertToLoadAndTest() 404 assert(isAddWithImmediate(Opcode) && "Expected an add with immediate."); in adjustCCMasksForInstr() 670 MIB.add(Compar in fuseCompareOperations() [all...] |
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | umid.c | 14 static int __init set_umid_arg(char *name, int *add) in set_umid_arg() argument 23 *add = 0; in set_umid_arg()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | umid.c | 14 static int __init set_umid_arg(char *name, int *add) in set_umid_arg() argument 23 *add = 0; in set_umid_arg()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9itxfm_16bpp_neon.S | 101 add \tmp1\().4s, \in1\().4s, \in2\().4s 207 add \out1\().4s, \in1\().4s, \in2\().4s 215 add \out2\().4s, \in1\().4s, \in2\().4s 222 add \tmp1\().2d, \in1\().2d, \in3\().2d 223 add \tmp2\().2d, \in2\().2d, \in4\().2d 233 add \c0\().4s, \c0\().4s, \c1\().4s 239 add \c3\().4s, v17.4s, \c2\().4s 250 add v16.4s, \c0\().4s, \c2\().4s 260 add \c0\().4s, v18.4s, v22.4s 262 add \c [all...] |
H A D | vp9itxfm_neon.S | 52 add \tmp1\().8h, \in1\().8h, \in2\().8h 158 add \out1\().8h, \in1\().8h, \in2\().8h 166 add \out2\().8h, \in1\().8h, \in2\().8h 173 add \tmp1\().4s, \in1\().4s, \in3\().4s 174 add \tmp2\().4s, \in2\().4s, \in4\().4s 184 add \c0\().4h, \c0\().4h, \c1\().4h 190 add \c3\().4h, v17.4h, \c2\().4h 197 add v16.4h, \c0\().4h, \c2\().4h 207 add \c0\().4h, v18.4h, v22.4h 209 add \c [all...] |