/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | memalign.c | 8 static inline void lock(volatile int *lk) in lock() argument 11 while(a_swap(lk, 1)) __wait(lk, lk+1, 1, 1); in lock() 14 static inline void unlock(volatile int *lk) in unlock() argument 16 if (lk[0]) { in unlock() 17 a_store(lk, 0); in unlock() 18 if (lk[1]) __wake(lk, 1, 1); in unlock()
|
D | memory_check.c | 36 static inline void lock(volatile int *lk) in lock() argument 39 while(a_swap(lk, 1)) __wait(lk, lk+1, 1, 1); in lock() 42 static inline void unlock(volatile int *lk) in unlock() argument 44 if (lk[0]) { in unlock() 45 a_store(lk, 0); in unlock() 46 if (lk[1]) __wake(lk, 1, 1); in unlock()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.h | 639 void bclr(BOfield bo, int condition_bit, LKBit lk); 641 void bc(int branch_offset, BOfield bo, int condition_bit, LKBit lk = LeaveLK); 642 void b(int branch_offset, LKBit lk); 644 void bcctr(BOfield bo, int condition_bit, LKBit lk); 649 void b(Label* L, LKBit lk = LeaveLK) { b(branch_offset(L), lk); } 688 LKBit lk = LeaveLK) { 698 bc(b_offset, BT, encode_crbit(cr, CR_EQ), lk); 701 bc(b_offset, BF, encode_crbit(cr, CR_EQ), lk); 704 bc(b_offset, BT, encode_crbit(cr, CR_GT), lk); 707 bc(b_offset, BF, encode_crbit(cr, CR_GT), lk); [all …]
|
D | assembler-ppc.cc | 698 void Assembler::bclr(BOfield bo, int condition_bit, LKBit lk) { in bclr() argument 699 emit(EXT1 | bo | condition_bit * B16 | BCLRX | lk); in bclr() 702 void Assembler::bcctr(BOfield bo, int condition_bit, LKBit lk) { in bcctr() argument 703 emit(EXT1 | bo | condition_bit * B16 | BCCTRX | lk); in bcctr() 714 void Assembler::bc(int branch_offset, BOfield bo, int condition_bit, LKBit lk) { in bc() argument 717 emit(BCX | bo | condition_bit * B16 | (imm16 & kImm16Mask) | lk); in bc() 720 void Assembler::b(int branch_offset, LKBit lk) { in b() argument 723 emit(BX | (imm26 & kImm26Mask) | lk); in b()
|
/third_party/openssl/crypto/engine/ |
D | tb_asnmth.c | 170 ENGINE_FIND_STR *lk = arg; in look_str_cb() local 172 if (lk->ameth) in look_str_cb() 179 && ((int)strlen(ameth->pem_str) == lk->len) in look_str_cb() 180 && OPENSSL_strncasecmp(ameth->pem_str, lk->str, lk->len) == 0) { in look_str_cb() 181 lk->e = e; in look_str_cb() 182 lk->ameth = ameth; in look_str_cb()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
D | tb_asnmth.c | 170 ENGINE_FIND_STR *lk = arg; in look_str_cb() local 172 if (lk->ameth) in look_str_cb() 179 && ((int)strlen(ameth->pem_str) == lk->len) in look_str_cb() 180 && OPENSSL_strncasecmp(ameth->pem_str, lk->str, lk->len) == 0) { in look_str_cb() 181 lk->e = e; in look_str_cb() 182 lk->ameth = ameth; in look_str_cb()
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
D | malloc.c | 30 static inline void lock(volatile int *lk) in lock() argument 34 while(a_swap(lk, 1)) __wait(lk, lk+1, 1, 1); in lock() 39 static inline void unlock(volatile int *lk) in unlock() argument 41 if (lk[0]) { in unlock() 42 a_store(lk, 0); in unlock() 43 if (lk[1]) __wake(lk, 1, 1); in unlock()
|
/third_party/musl/src/malloc/oldmalloc/ |
D | malloc.c | 30 static inline void lock(volatile int *lk) in lock() argument 34 while(a_swap(lk, 1)) __wait(lk, lk+1, 1, 1); in lock() 39 static inline void unlock(volatile int *lk) in unlock() argument 41 if (lk[0]) { in unlock() 42 a_store(lk, 0); in unlock() 43 if (lk[1]) __wake(lk, 1, 1); in unlock()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
D | malloc.c | 32 static inline void lock(volatile int *lk) in lock() argument 36 while(a_swap(lk, 1)) __wait(lk, lk+1, 1, 1); in lock() 41 static inline void unlock(volatile int *lk) in unlock() argument 43 if (lk[0]) { in unlock() 44 a_store(lk, 0); in unlock() 45 if (lk[1]) __wake(lk, 1, 1); in unlock()
|
/third_party/musl/src/thread/ |
D | pthread_mutexattr_setprotocol.c | 16 volatile int lk = 0; in pthread_mutexattr_setprotocol() local 17 r = -__syscall(SYS_futex, &lk, FUTEX_LOCK_PI, 0, 0); in pthread_mutexattr_setprotocol()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_mutexattr_setprotocol.c | 18 volatile int lk = 0; in pthread_mutexattr_setprotocol() local 19 r = -__syscall(SYS_futex, &lk, FUTEX_LOCK_PI, 0, 0); in pthread_mutexattr_setprotocol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 113 class IForm<bits<6> opcode, bit aa, bit lk, dag OOL, dag IOL, string asmstr, 121 let Inst{31} = lk; 125 class BForm<bits<6> opcode, bit aa, bit lk, dag OOL, dag IOL, string asmstr> 139 let Inst{31} = lk; 142 class BForm_1<bits<6> opcode, bits<5> bo, bit aa, bit lk, dag OOL, dag IOL, 144 : BForm<opcode, aa, lk, OOL, IOL, asmstr> { 150 class BForm_2<bits<6> opcode, bits<5> bo, bits<5> bi, bit aa, bit lk, 159 let Inst{31} = lk; 162 class BForm_3<bits<6> opcode, bit aa, bit lk, 173 let Inst{31} = lk; [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11videosink-shared-texture-d3d9ex.cpp | 62 std::lock_guard<std::mutex> lk (lock); in on_begin_draw() local 130 std::lock_guard<std::mutex> lk (lock); in on_resize() local 183 std::lock_guard<std::mutex> lk (lock); in window_proc() local
|
D | d3d11videosink-shared-texture.cpp | 63 std::lock_guard<std::mutex> lk (lock); in on_begin_draw() local 113 std::lock_guard<std::mutex> lk (lock); in on_resize() local 161 std::lock_guard<std::mutex> lk (lock); in window_proc() local
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_kernel.h | 350 struct fuse_file_lock lk; member 354 struct fuse_file_lock lk; member
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestRandomWordsUDHR_tr.txt | 134 mülkünden gösterilmesi 182 İlk 259 mülk refahını 568 mülkünden karışmalara 600 gizli barışın mülk 790 mülkünden ulaşılacak otoritesinin 955 İlk bütün hükmü 1094 muamelesi İlk sebep 1167 mülk muadil Bundan 1382 eder seçmeye mülkünden [all …]
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 447 arg.lk.type = lock->l_type; in fuse_reply_lock() 449 arg.lk.start = lock->l_start; in fuse_reply_lock() 451 arg.lk.end = OFFSET_MAX; in fuse_reply_lock() 453 arg.lk.end = lock->l_start + lock->l_len - 1; in fuse_reply_lock() 455 arg.lk.pid = lock->l_pid; in fuse_reply_lock() 921 convert_fuse_file_lock(&arg->lk, &flock); in do_getlk() 939 convert_fuse_file_lock(&arg->lk, &flock); in do_setlk_common()
|
/third_party/libfuse/include/ |
D | fuse_kernel.h | 779 struct fuse_file_lock lk; member 785 struct fuse_file_lock lk; member
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasioobject.cpp | 486 std::lock_guard < std::mutex > lk (slot_lock); in gst_asio_object_bind_callbacks() local 524 std::lock_guard < std::mutex > lk (slot_lock); in gst_asio_object_unbind_callbacks() local 819 std::lock_guard < std::mutex > lk (global_lock); in gst_asio_object_weak_ref_notify() local 829 std::lock_guard < std::mutex > lk (global_lock); in gst_asio_object_new() local
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 923 arg.lk.type = lock->l_type; 925 arg.lk.start = lock->l_start; 927 arg.lk.end = OFFSET_MAX; 929 arg.lk.end = lock->l_start + lock->l_len - 1; 931 arg.lk.pid = lock->l_pid; 1659 convert_fuse_file_lock(&arg->lk, &flock); 1680 switch (arg->lk.type) { 1699 convert_fuse_file_lock(&arg->lk, &flock);
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "la" | "lb" | "lc" | "ld" | "le" | "lf" | "lg" | "lh" | "li" | "lj" | "lk" | "ll" | "lm" | "ln… 9 …lk: "aa.lk"; ll: "aa.ll"; lm: "aa.lm"; ln: "aa.ln"; lo: "aa.lo"; lp: "aa.lp"; lq: "aa.lq"; lr: "aa… 10 …lk: "aa.lk"; ll: "aa.ll"; lm: "aa.lm"; ln: "aa.ln"; lo: "aa.lo"; lp: "aa.lp"; lq: "aa.lq"; lr: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "la" | "lb" | "lc" | "ld" | "le" | "lf" | "lg" | "lh" | "li" | "lj" | "lk" | "ll" | "lm" | "ln… 9 …lk: "aa.lk"; ll: "aa.ll"; lm: "aa.lm"; ln: "aa.ln"; lo: "aa.lo"; lp: "aa.lp"; lq: "aa.lq"; lr: "aa… 10 …lk: "aa.lk"; ll: "aa.ll"; lm: "aa.lm"; ln: "aa.ln"; lo: "aa.lo"; lp: "aa.lp"; lq: "aa.lq"; lr: "aa…
|
/third_party/icu/icu4c/source/data/region/ |
D | ksf.txt | 148 NF{"zɛ nɔ́fɔlk"}
|
D | yav.txt | 56 DK{"tanemálk"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | yav.txt | 56 DK{"tanemálk"}
|