HomeSort by relevance Sort by last modified time
    Searched defs:current (Results 1 - 25 of 2998) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/
sys_quota_test.cpp 24 dqblk current; local
25 quotactl(QCMD(Q_GETQUOTA, USRQUOTA), "/", getuid(), reinterpret_cast<char*>(&current));
31 dqinfo current; local
32 quotactl(QCMD(Q_GETINFO, USRQUOTA), "/", 0, reinterpret_cast<char*>(&current));
  /external/pdfium/core/fxcrt/
fx_random_unittest.cpp 19 std::array<uint32_t, 16> current; local
21 FX_Random_GenerateMT(current.data(), 16);
22 EXPECT_TRUE(seen.insert(current).second);
  /external/swiftshader/third_party/subzero/src/
IceMemory.cpp 27 CfgAllocatorTraits::allocator_type CfgAllocatorTraits::current() { function in class:Ice::CfgAllocatorTraits
48 LivenessAllocatorTraits::allocator_type LivenessAllocatorTraits::current() { function in class:Ice::LivenessAllocatorTraits
  /external/swiftshader/third_party/LLVM/lib/Support/
MemoryObject.cpp 20 uint64_t current = address; local
23 if (current + size > limit)
26 while (current - address < size) {
27 if (readByte(current, &buf[(current - address)]))
30 current++;
34 *copied = current - address;
  /device/generic/goldfish/dhcp/client/
timer.cpp 40 uint64_t current = now(); local
41 if (current > mExpires) {
44 return mExpires - current;
  /external/libexif/test/
test-sorted.c 33 ExifTag last = 0, current; local
36 current = exif_tag_table_get_tag(i);
37 if (current < last) {
39 current);
43 printf("Tag 0x%04x has a NULL name\n", current);
46 last = current;
  /external/libxcam/modules/ocl/
priority_buffer_queue.cpp 49 SmartPtr<PriorityBuffer> &current = *iter; local
50 XCAM_ASSERT (current.ptr ());
51 if (buf->priority_greater_than (*current.ptr()))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
12-27.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-28.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-29.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-30.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-31.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-32.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-33.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-34.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-35.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-36.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-37.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-38.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-39.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-40.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-41.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-42.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-43.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-44.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {

Completed in 182 milliseconds

1 2 3 4 5 6 7 8 91011>>