Home
last modified time | relevance | path

Searched refs:bytes (Results 2426 - 2450 of 2745) sorted by relevance

1...<<919293949596979899100>>...110

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc793 // 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 Dcode-generator-ppc.cc931 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 Dcode-generator-arm.cc785 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 Dcode-generator-ia32.cc808 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 Dcode-generator-s390.cc1280 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 Dassembler-ia32.cc420 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 Dnetsys_native_client.h321 * 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 Drv40dsp.asm292 mova m5, [mxq] ; set up 6tap filter in bytes
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h34 __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 Djs-parser-internal.h145 * 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 Dghashv8-armx.S198 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 Dghashv8-armx.S198 bhs .Loop_mod2x_v8 @ there was at least 32 more bytes
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl75 || [A0] AND B0,SP,SP ; align stack at 64 bytes
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_local.h751 const unsigned char *bytes, int len);
/third_party/python/Lib/
H A Dcodecs.py286 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 Dcmp_local.h751 const unsigned char *bytes, int len);
/third_party/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl75 || [A0] AND B0,SP,SP ; align stack at 64 bytes
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-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 Dgradle-wrapper.jar ... lang.String) java.security.MessageDigest messageDigest byte[] bytes Exception e String string private java.lang.String ...
/third_party/skia/tests/
H A DEncodeTest.cpp261 // 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 Dpsaux.h261 FT_Byte size; /* size of field in bytes */
396 FT_Byte* bytes,
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffgload.c484 glyph->root.control_data = csindex->bytes + in FT_LOCAL_DEF()
/third_party/python/Lib/test/
H A Dtest_gdb.py347 '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 Dtest_types.py132 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 DStringRef.h113 iterator_range<const unsigned char *> bytes() const { in bytes() function in llvm::StringRef

Completed in 57 milliseconds

1...<<919293949596979899100>>...110