/third_party/ntfs-3g/libntfs-3g/ |
H A D | lcnalloc.c | 688 goto leave; in ntfs_cluster_free() 695 goto leave; in ntfs_cluster_free() 711 goto leave; in ntfs_cluster_free() 771 leave: in ntfs_cluster_free()
|
H A D | mft.c | 582 goto leave; in ntfs_mft_bitmap_find_free_rec() 592 goto leave; in ntfs_mft_bitmap_find_free_rec() 613 goto leave; in ntfs_mft_bitmap_find_free_rec() 645 goto leave; in ntfs_mft_bitmap_find_free_rec() 681 leave: in ntfs_mft_bitmap_find_free_rec() 1695 * should always leave the volume in a consistent state when returning from
|
/third_party/ffmpeg/libavformat/ |
H A D | flvdec.c | 1108 goto leave; 1168 goto leave; 1174 goto leave; 1223 goto leave; 1283 goto leave; 1325 goto leave; 1364 goto leave; 1375 goto leave; 1382 goto leave; 1415 leave [all...] |
/third_party/cups-filters/scripting/perl/ |
H A D | CUPS.pm | 110 author of the extension was negligent enough to leave the stub
|
/third_party/lwip/src/apps/smtp/ |
H A D | smtp.c | 499 goto leave; in smtp_send_mail_alloced() 503 goto leave; in smtp_send_mail_alloced() 507 goto leave; in smtp_send_mail_alloced() 515 goto leave; in smtp_send_mail_alloced() 547 goto leave; in smtp_send_mail_alloced() 565 leave: in smtp_send_mail_alloced()
|
/third_party/zlib/ |
H A D | configure | 99 # leave this script, optionally in a bad way 100 leave() function 150 leave 1;; 432 leave 1 929 leave 0
|
/third_party/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 72 SPKERNEL 2,1 ; leave slot for "return value" 98 SPKERNEL 2,1 ; leave slot for "return value" 174 SPKERNEL 0,1 ; leave slot for "return borrow flag"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_bsd.c | 781 struct ieee80211_leave_event *leave; in bsd_wireless_event_receive() local 812 leave = (struct ieee80211_leave_event *) &ifan[1]; in bsd_wireless_event_receive() 813 drv_event_disassoc(drv->hapd, leave->iev_addr); in bsd_wireless_event_receive() 1220 struct ieee80211_leave_event *leave; in wpa_driver_bsd_event_receive() local 1306 leave = (struct ieee80211_leave_event *) &ifan[1]; in wpa_driver_bsd_event_receive() 1307 drv_event_disassoc(drv->ctx, leave->iev_addr); in wpa_driver_bsd_event_receive()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | rebuild.js | 188 leave: node => promises.push(this.#addToBuildSet(node, set)),
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/bn/ |
H A D | s390x-mont.S | 18 lghi %r2,-96-8 # leave room for carry bit
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/bn/ |
H A D | s390x-mont.S | 18 lghi %r2,-96-8 # leave room for carry bit
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/bn/ |
H A D | s390x-mont.S | 18 lghi %r2,-160-8 # leave room for carry bit
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/bn/ |
H A D | s390x-mont.S | 18 lghi %r2,-160-8 # leave room for carry bit
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | dirac_dwt.asm | 255 ; leave the last up to 7 (sse) or 3 (mmx) values for C
|
H A D | fft.asm | 27 ; While C takes arrays of FFTComplex, SSE/3DNow leave intermediate results
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 258 ; is true, so let's just leave it uninitialized otherwise 566 ; is true, so let's just leave it uninitialized otherwise
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_bsd.c | 733 struct ieee80211_leave_event *leave; in bsd_wireless_event_receive() local 781 leave = (struct ieee80211_leave_event *) &ifan[1]; in bsd_wireless_event_receive() 782 drv_event_disassoc(drv->ctx, leave->iev_addr); in bsd_wireless_event_receive()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 3721 BasicBlock *leave = new BasicBlock(s->f); in handleInstruction() local 3729 s->f->setExit(leave); in handleInstruction() 3750 BasicBlock *leave = BasicBlock::get(func->cfgExit); in handleInstruction() 3759 mkFlow(OP_PRERET, leave, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction() 3764 bb->cfg.attach(&leave->cfg, Graph::Edge::CROSS); in handleInstruction() 4354 BasicBlock *leave = new BasicBlock(prog->main); in run() local 4357 prog->main->setExit(leave); in run()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 417 # Blank line -- leave as-is
|
/third_party/node/src/quic/ |
H A D | tlscontext.cc | 463 auto leave = OnScopeLeave([this] { in_key_update_ = false; }); in InitiateKeyUpdate()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 953 leave(); in CallRecordWriteStub() 1095 // Otherwise just leave the exit frame. in CallRecordWriteStub() 1096 leave(); in CallRecordWriteStub()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 506 #define LEAVE CHOICE(leave, leave, leave) 1223 #define LEAVE leave
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 3322 skip_pref, lastbloop, leave, ua_chk16w, ua_loop16w, ua_skip_pref, in Generate_MemCopyUint8Uint8() local 3507 __ Branch(&leave, le, a2, Operand(zero_reg)); in Generate_MemCopyUint8Uint8() 3517 __ bind(&leave); in Generate_MemCopyUint8Uint8() 3813 __ beq(a2, zero_reg, &leave); in Generate_MemCopyUint8Uint8() 4015 __ pop(at); // Get continuation, leave pc on stack. in Generate_DeoptimizationEntry()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 202 ; CPUs usually leave the destination unmodified if the source is zero.) This
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 308 ; CPUs usually leave the destination unmodified if the source is zero.) This
|