OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mask_bytes
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_debug_allocator.cc
27
#define
MASK_BYTES
(MASK_WORDS * sizeof(int64))
45
gpu::DeviceMemory<int64> gpu_ptr{gpu::DeviceMemoryBase{ptr,
MASK_BYTES
}};
48
if (!exec->SynchronousMemcpy(&tmp, gpu_ptr,
MASK_BYTES
)) {
67
gpu::DeviceMemory<int64> gpu_ptr{gpu::DeviceMemoryBase{ptr,
MASK_BYTES
}};
68
if (!exec->SynchronousMemcpy(&gpu_ptr, mask,
MASK_BYTES
)) {
87
num_bytes += (2 *
MASK_BYTES
);
92
void* rv = static_cast<char*>(allocated_ptr) +
MASK_BYTES
;
100
static_cast<char*>(allocated_ptr) + req_size -
MASK_BYTES
,
109
ptr = static_cast<void*>(static_cast<char*>(ptr) -
MASK_BYTES
);
126
MASK_BYTES
);
[
all
...]
/external/harfbuzz_ng/src/
hb-set-digest-private.hh
53
static const unsigned int
mask_bytes
= sizeof (mask_t);
member in struct:hb_set_digest_lowest_bits_t
56
+ (
mask_bytes
>= 1 ? 3 : 0)
57
+ (
mask_bytes
>= 2 ? 1 : 0)
58
+ (
mask_bytes
>= 4 ? 1 : 0)
59
+ (
mask_bytes
>= 8 ? 1 : 0)
60
+ (
mask_bytes
>= 16? 1 : 0)
Completed in 76 milliseconds