| /third_party/bounds_checking_function/ |
| H A D | Makefile | 12 OPTION += --param ssp-buffer-size=4
|
| /third_party/gn/src/gn/ |
| H A D | tokenizer.h | 35 // Counts lines in the given buffer (the first line is "1") and returns 45 // The offset must be in the buffer. 46 static bool IsNewline(std::string_view buffer, size_t offset); 99 size_t cur_ = 0; // Byte offset into input buffer.
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| H A D | double-to-string.h | 57 // Note that DoubleToAscii null-terminates its input. So the given buffer 214 // In addition, the buffer must be able to hold the trailing '\0' character. 259 // In addition, the buffer must be able to hold the trailing '\0' character. 293 // In addition, the buffer must be able to hold the trailing '\0' character. 334 // In addition, the buffer must be able to hold the trailing '\0' character. 360 // The result should be interpreted as buffer * 10^(point-length). 362 // The digits are written to the buffer in the platform's charset, which is 370 // 'v' again. The buffer will choose the representation that is closest to 379 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2. 381 // toFixed(0.15, 2) thus returns buffer [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-double-to-string.h | 71 // Note that DoubleToAscii null-terminates its input. So the given buffer 229 // In addition, the buffer must be able to hold the trailing '\0' character. 274 // In addition, the buffer must be able to hold the trailing '\0' character. 308 // In addition, the buffer must be able to hold the trailing '\0' character. 349 // In addition, the buffer must be able to hold the trailing '\0' character. 376 // The result should be interpreted as buffer * 10^(point-length). 378 // The digits are written to the buffer in the platform's charset, which is 386 // 'v' again. The buffer will choose the representation that is closest to 395 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2. 397 // toFixed(0.15, 2) thus returns buffer [all...] |
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | caniter.h | 183 UnicodeString buffer; member in U_FINAL 200 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
|
| /third_party/libsnd/src/ALAC/ |
| H A D | ALACBitUtilities.h | 72 - these routines take a fixed size buffer and read/write to it 75 void BitBufferInit (BitBuffer * bits, uint8_t * buffer, uint32_t byteSize) ;
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_shader_abi.h | 77 * Load the descriptor for the given buffer. 79 * \param buffer the buffer as presented in NIR: this is the descriptor 80 * in Vulkan, and the buffer index in OpenGL/Gallium 81 * \param write whether buffer contents will be written 82 * \param non_uniform whether the buffer descriptor is not assumed to be uniform 84 LLVMValueRef (*load_ssbo)(struct ac_shader_abi *abi, LLVMValueRef buffer, bool write, bool non_uniform);
|
| /third_party/ltp/testcases/cve/ |
| H A D | tcindex01.c | 81 cls_opt.buffer = 1000000 * 1600 / cls_opt.rate.rate; in setup()
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_util.h | 142 void (*ReleaseBuffer) (__DRIscreen *screenPrivate, __DRIbuffer *buffer); 168 * - map the frame buffer, SAREA, etc.
|
| /third_party/node/test/parallel/ |
| H A D | test-crypto-certificate.js | 39 return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength); 66 // Test maximum size of input buffer
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | caniter.h | 183 UnicodeString buffer; member in final 200 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.h | 59 build_load_ubo_dxil(nir_builder *b, nir_ssa_def *buffer,
|
| /third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
| H A D | spirv_to_dxil.h | 79 void *buffer; member 188 * Free the buffer allocated by spirv_to_dxil.
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | double-conversion-double-to-string.h | 71 // Note that DoubleToAscii null-terminates its input. So the given buffer 254 // In addition, the buffer must be able to hold the trailing '\0' character. 299 // In addition, the buffer must be able to hold the trailing '\0' character. 333 // In addition, the buffer must be able to hold the trailing '\0' character. 374 // In addition, the buffer must be able to hold the trailing '\0' character. 401 // The result should be interpreted as buffer * 10^(point-length). 403 // The digits are written to the buffer in the platform's charset, which is 411 // 'v' again. The buffer will choose the representation that is closest to 420 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2. 422 // toFixed(0.15, 2) thus returns buffer [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo.h | 47 struct pipe_resource *buffer; /* non-owning pointer */ member 51 /* Constant buffer for the fragment shader. */
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_feedback.h | 18 /* size in bytes of the feedback buffer */ 20 /* size in bytes used of the active feedback buffer */ 23 /* first entry is the active feedback buffer */ 39 VkBuffer buffer; member
|
| /third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
| H A D | ht_utils.c | 17 char buffer[BUFF_SIZE]; variable
|
| /third_party/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/ |
| H A D | ht_utils.c | 20 char buffer[BUFF_SIZE]; variable
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-initialization.h | 34 using EntropySource = bool (*)(unsigned char* buffer, size_t length);
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-initialization.h | 34 using EntropySource = bool (*)(unsigned char* buffer, size_t length);
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_vs.h | 45 unsigned buffer; member
|
| /third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.h | 39 * Sub-allocation information for a real buffer used as backing memory of a 40 * sparse buffer. 105 /* Fences for buffer synchronization. */ 116 struct amdgpu_winsys_bo *buffer; member
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_helpers.h | 126 struct pipe_vertex_buffer *buffer,
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | a_digest.c | 22 #include <openssl/buffer.h>
|
| /third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
| H A D | endecoder_common.c | 11 #include <openssl/buffer.h>
|