HomeSort by relevance Sort by last modified time
    Searched full:borrow (Results 76 - 100 of 302) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
UefiShellLevel2CommandsLib.c 264 Be lazy and borrow from baselib.
  /external/mesa3d/src/gallium/winsys/sw/wrapper/
wrapper_sw_winsys.c 42 * We must borrow the whole stack because only the pipe screen knows how
  /external/tensorflow/tensorflow/compiler/xla/service/
backend.h 123 // Returns a function to borrow a stream, as `BorrowStream` above does.
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 159 // We need to borrow the same relocation code to fix the relocation
  /prebuilts/go/darwin-x86/src/math/big/
arith_arm.s 39 SUB.S $0, R0 // clear borrow flag
  /prebuilts/go/linux-x86/src/math/big/
arith_arm.s 39 SUB.S $0, R0 // clear borrow flag
  /system/core/libnetutils/
packet.c 217 * Since we don't need the IP header anymore, we "borrow" it
  /toolchain/binutils/binutils-2.27/include/opcode/
d30v.h 152 #define FLAG_7 (1L<<7) /* C (carry/borrow) */
  /external/mesa3d/docs/specs/
MESA_shader_integer_functions.txt 80 with borrow, and extenended multiplication;
383 genUType usubBorrow(genUType x, genUType y, out genUType borrow);
391 difference, otherwise. The value <borrow> is set to zero if x >= y, or
  /external/iproute2/examples/
cbq.init-v0.7.3 115 # to borrow bandwidth from their parents.
259 # to "no". To allow the class to borrow bandwith (provided it is not
268 # If set to "yes", the class is not allowed to borrow bandwidth from
270 # will be allowed to borrow bandwidth from its parent.
273 # have TBF attached to itself and will not be able to borrow unused
    [all...]
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 474 bool Borrow = false;
481 unsigned S = bool(V1) - bool(V2) - Borrow;
483 Borrow = (S > 1);
488 if (V1.is(Borrow)) {
492 if (V2.is(Borrow))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 117 // Create the shuffle mask for "rotating" the borrow up one register slot
118 // once the borrow is generated.
128 //! Generate the borrow-generate shuffle mask
132 // Create the shuffle mask for "rotating" the borrow up one register slot
133 // once the borrow is generated.
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesp8-ppc.pl 137 lvsr $key,0,r9 # borrow $key
141 le?vspltisb $mask,0x0f # borrow $mask
237 vspltisb $key,8 # borrow $key
760 lvx $out0,$x70,$key # borrow $out0
836 subfe. r0,r0,r0 # borrow?-1:0
961 beq Loop_cbc_dec8x # did $len-=128 borrow?
    [all...]
  /external/iproute2/tc/
q_htb.c 42 " rate rate allocated to this class (class can still borrow)\n"
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 263 BORROW,
  /external/mesa3d/src/compiler/glsl/
ir_builder.cpp 244 ir_expression *borrow(operand a, operand b) function in namespace:ir_builder
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 383 /* we borrow this routine from libffi (it must be changed, though, to
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 383 /* we borrow this routine from libffi (it must be changed, though, to
  /external/skia/tests/
ImageTest.cpp     [all...]
  /external/skqp/tests/
ImageTest.cpp     [all...]
  /external/tensorflow/tensorflow/contrib/image/kernels/
segmentation_ops.h 56 // with a block size of a single pixel, and borrow the rest of the algorithm
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pair
190 {name: "SBBL", argLength: 3, reg: gp2carry1, asm: "SBBL", resultInArg0: true, clobberFlags: true}, // arg0-arg1-borrow(arg2), where arg2 is flags
191 {name: "SBBLconst", argLength: 2, reg: gp1carry1, asm: "SBBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0-auxint-borrow(arg1), where arg1 is flags
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pair
190 {name: "SBBL", argLength: 3, reg: gp2carry1, asm: "SBBL", resultInArg0: true, clobberFlags: true}, // arg0-arg1-borrow(arg2), where arg2 is flags
191 {name: "SBBLconst", argLength: 2, reg: gp1carry1, asm: "SBBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0-auxint-borrow(arg1), where arg1 is flags
    [all...]
  /external/iproute2/doc/actions/
actions-general 155 # next attempt to borrow b/width from a meter
161 # and then attempt to borrow from a meter used by all devices in the
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp 438 // If the low part will have a carry (really a borrow) from the low
439 // 16-bits into the high 16, add a bit to borrow from.

Completed in 1769 milliseconds

1 2 34 5 6 7 8 91011>>