Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:llu
(Results
1 - 15
of
15
) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/
H
A
D
nghttp3_tnode.h
36
#define NGHTTP3_TNODE_MAX_CYCLE_GAP (1
llu
<< 24)
H
A
D
nghttp3_map.c
96
return (uint32_t)((key * 11400714819323198485
llu
) >> 32);
in hash()
/third_party/python/Objects/
H
A
D
memoryobject.c
1631
unsigned long long
llu
;
in pylong_as_llu()
local
1637
llu
= PyLong_AsUnsignedLongLong(tmp);
in pylong_as_llu()
1639
return
llu
;
in pylong_as_llu()
1688
unsigned long long
llu
;
in unpack_single()
local
1719
case 'Q': UNPACK_SINGLE(
llu
, ptr, unsigned long long); goto convert_llu;
in unpack_single()
1749
return PyLong_FromUnsignedLongLong(
llu
);
in unpack_single()
1780
unsigned long long
llu
;
in pack_single()
local
1841
llu
= pylong_as_llu(item);
in pack_single()
1842
if (
llu
== (unsigned long long)-1 && PyErr_Occurred())
in pack_single()
1845
PACK_SINGLE(ptr,
llu
, unsigne
in pack_single()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_dump.c
467
trace_dump_writef("<uint>%
llu
</uint>", value);
in trace_dump_uint()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_descriptors.c
1005
buffers->enabled_mask |= 1
llu
<< slot;
in si_update_ps_colorbuf0_slot()
1010
buffers->enabled_mask &= ~(1
llu
<< slot);
in si_update_ps_colorbuf0_slot()
1122
(buffers->writable_mask & (1
llu
<< i) ? RADEON_USAGE_READWRITE : RADEON_USAGE_READ) |
in si_buffer_resources_begin_new_cs()
1256
buffers->enabled_mask |= 1
llu
<< slot;
in si_set_constant_buffer()
1260
buffers->enabled_mask &= ~(1
llu
<< slot);
in si_set_constant_buffer()
1384
buffers->enabled_mask &= ~(1
llu
<< slot);
in si_set_shader_buffer()
1385
buffers->writable_mask &= ~(1
llu
<< slot);
in si_set_shader_buffer()
1402
buffers->writable_mask |= 1
llu
<< slot;
in si_set_shader_buffer()
1404
buffers->writable_mask &= ~(1
llu
<< slot);
in si_set_shader_buffer()
1406
buffers->enabled_mask |= 1
llu
<< slo
in si_set_shader_buffer()
[all...]
H
A
D
si_debug.c
769
1
llu
<< (SI_NUM_SHADER_BUFFERS - i - 1)) << i;
in si_dump_descriptors()
/third_party/libbpf/src/
H
A
D
hashmap.h
23
return (h * 11400714819323198485
llu
) >> (__SIZEOF_LONG_LONG__ * 8 - bits);
in hash_bits()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_map.c
95
return (uint32_t)((key * 11400714819323198485
llu
) >> 32);
in hash()
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
bitset_utils_unittest.cpp
607
EXPECT_EQ(Bit<uint64_t>(63), static_cast<uint64_t>(0x8000'0000'0000'0000
llu
));
in TEST()
/third_party/skia/src/core/
H
A
D
SkGeometry.cpp
771
bits = ((1023
llu
*2 << 52) + ((1
llu
<< 52) - 1)) - bits; // exp=-exp
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiCommandBuffersTests.cpp
1169
const long long unsigned minNumCommands = 10000
llu
;
in recordLargePrimaryBufferTest()
1171
const long long unsigned minNumCommands = 1000
llu
;
in recordLargePrimaryBufferTest()
1323
const long long unsigned minNumCommands = 10000
llu
;
in recordLargeSecondaryBufferTest()
1325
const long long unsigned minNumCommands = 1000
llu
;
in recordLargeSecondaryBufferTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiCommandBuffersTests.cpp
1169
const long long unsigned minNumCommands = 10000
llu
;
in recordLargePrimaryBufferTest()
1171
const long long unsigned minNumCommands = 1000
llu
;
in recordLargePrimaryBufferTest()
1323
const long long unsigned minNumCommands = 10000
llu
;
in recordLargeSecondaryBufferTest()
1325
const long long unsigned minNumCommands = 1000
llu
;
in recordLargeSecondaryBufferTest()
/third_party/node/deps/v8/src/execution/arm/
H
A
D
simulator-arm.cc
4184
uint64_t mask = (1
llu
<< shift) - 1
llu
;
in ShiftLeftAndInsert()
4198
uint64_t mask = ~((1
llu
<< (kBitsPerByte * SIZE - shift)) - 1
llu
);
in ShiftRightAndInsert()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_descriptor_set.c
794
bo_size += 28
llu
* info->maxInlineUniformBlockBindings;
in radv_CreateDescriptorPool()
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
500
our $Int_type = qr{(?i)
llu
|ull|ll|lu|ul|l|u};
Completed in 47 milliseconds