/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 793 // Frame alignment is always 16 bytes, and the stack pointer is already in AssembleArchInstruction() 804 int bytes = __ PushCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 805 DCHECK(IsAligned(bytes, kSystemPointerSize)); in AssembleArchInstruction() 807 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction() 818 int bytes = __ PopCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 819 frame_access_state()->IncreaseSPDelta(-(bytes / kSystemPointerSize)); in AssembleArchInstruction() 865 int bytes = in AssembleArchInstruction() local 867 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 931 int bytes = __ PushCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 932 DCHECK(IsAligned(bytes, kSystemPointerSize)); in AssembleArchInstruction() 934 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction() 945 int bytes = __ PopCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 946 frame_access_state()->IncreaseSPDelta(-(bytes / kSystemPointerSize)); in AssembleArchInstruction() 1030 int bytes = in AssembleArchInstruction() local 1032 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 785 int bytes = __ PushCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 786 DCHECK(IsAligned(bytes, kSystemPointerSize)); in AssembleArchInstruction() 788 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction() 799 int bytes = __ PopCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 800 frame_access_state()->IncreaseSPDelta(-(bytes / kSystemPointerSize)); in AssembleArchInstruction() 845 int bytes = in AssembleArchInstruction() local 847 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 808 int bytes = __ PushCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 809 DCHECK(IsAligned(bytes, kSystemPointerSize)); in AssembleArchInstruction() 811 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction() 822 int bytes = __ PopCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 823 frame_access_state()->IncreaseSPDelta(-(bytes / kSystemPointerSize)); in AssembleArchInstruction() 876 int bytes = in AssembleArchInstruction() local 878 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 1280 int bytes = __ PushCallerSaved(fp_mode_, ip, kReturnRegister0); in AssembleArchInstruction() local 1281 DCHECK(IsAligned(bytes, kSystemPointerSize)); in AssembleArchInstruction() 1283 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction() 1294 int bytes = __ PopCallerSaved(fp_mode_, ip, kReturnRegister0); in AssembleArchInstruction() local 1295 frame_access_state()->IncreaseSPDelta(-(bytes / kSystemPointerSize)); in AssembleArchInstruction() 1343 int bytes = in AssembleArchInstruction() local 1345 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 420 void Assembler::Nop(int bytes) { in Nop() argument 423 while (bytes > 0) { in Nop() 424 switch (bytes) { in Nop() 464 bytes--; in Nop() 468 bytes--; in Nop() 472 bytes--; in Nop() 483 bytes -= 8; in Nop()
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_native_client.h | 321 * Obtains the bytes of the sharing network. 329 * Obtains the bytes received over the cellular network. 331 * @return The number of received bytes. 336 * Obtains the bytes sent over the cellular network. 338 * @return The number of sent bytes. 343 * Obtains the bytes received through all NICs. 345 * @return The number of received bytes. 350 * Obtains the bytes sent through all NICs. 352 * @return The number of sent bytes. 357 * Obtains the bytes receive [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | rv40dsp.asm | 292 mova m5, [mxq] ; set up 6tap filter in bytes
|
/third_party/libbpf/include/uapi/linux/ |
H A D | pkt_sched.h | 34 __u64 bytes; /* Number of enqueued bytes */ member 124 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ 234 __u32 limit; /* HARD maximal flow queue length (bytes) */ 235 __u32 qth_min; /* Min average length threshold (bytes) */ 236 __u32 qth_max; /* Max average length threshold (bytes) */ 264 __u32 limit; /* HARD maximal queue length (bytes) */ 265 __u32 qth_min; /* Min average length threshold (bytes) */ 266 __u32 qth_max; /* Max average length threshold (bytes) */ 327 __u32 limit; /* HARD maximal queue length (bytes) */ [all...] |
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-internal.h | 145 * Maximum number of bytes for branch target. 150 * Maximum number of bytes for branch target. 311 uint8_t bytes[1]; /**< memory bytes */ member 612 /* Parser stack. Optimized for pushing bytes.
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghashv8-armx.S | 198 bhs .Loop_mod2x_v8 @ there was at least 32 more bytes
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghashv8-armx.S | 198 bhs .Loop_mod2x_v8 @ there was at least 32 more bytes
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 75 || [A0] AND B0,SP,SP ; align stack at 64 bytes
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_local.h | 751 const unsigned char *bytes, int len);
|
/third_party/python/Lib/ |
H A D | codecs.py | 286 buffered_input must be a bytes object containing bytes that 456 chars indicates the number of decoded code points or bytes to 461 bytes or code points to read for decoding. The decoder 499 # decode bytes (those remaining from the last call included) 514 # keep undecoded bytes until the next call 564 (isinstance(data, bytes) and data.endswith(b"\r")):
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_local.h | 751 const unsigned char *bytes, int len);
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 75 || [A0] AND B0,SP,SP ; align stack at 64 bytes
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... lang.String)
java.security.MessageDigest messageDigest
byte[] bytes
Exception e
String string
private java.lang.String ... |
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... lang.String)
java.security.MessageDigest messageDigest
byte[] bytes
Exception e
String string
private java.lang.String ... |
/third_party/skia/tests/ |
H A D | EncodeTest.cpp | 261 // Each chunk is of the form length (4 bytes), chunk type (tEXt), data, in testPngComments() 262 // checksum (4 bytes). Make sure we find all of them in the encoded in testPngComments() 366 auto status = WebPGetFeatures(data->bytes(), data->size(), &features); in DEF_TEST()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | psaux.h | 261 FT_Byte size; /* size of field in bytes */ 396 FT_Byte* bytes,
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffgload.c | 484 glyph->root.control_data = csindex->bytes + in FT_LOCAL_DEF()
|
/third_party/python/Lib/test/ |
H A D | test_gdb.py | 347 'Verify the pretty-printing of bytes' 358 self.assertGdbRepr(bytes([b for b in range(255)]))
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_types.py | 132 if isinstance(_val, bytes): 133 # sqlite3 always calls __init__ with a bytes created from a
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringRef.h | 113 iterator_range<const unsigned char *> bytes() const { in bytes() function in llvm::StringRef
|