Searched refs:bl (Results 1 - 25 of 249) sorted by relevance

12345678910

/freebsd-11-stable/lib/libc/i386/string/
H A Dstrncmp.S69 movb (%eax),%bl
70 testb %bl,%bl
72 cmpb %bl,(%ecx)
78 * movb n(%eax),%bl; testb %bl, %bl; je L3; cmpb n(%ecx); jne L3
80 * movb n(%eax),%bl; cmpb n(%ecx); jne L3; testb %bl,%bl; j
[all...]
H A Dstrchr.S42 * %bl - character at %edx
54 movb (%eax),%bl
55 cmpb %bl,%cl /* found char??? */
58 testb %bl,%bl /* null terminator??? */
H A Dstrrchr.S42 * %bl - character at %edx
55 movb (%edx),%bl
56 cmpb %bl,%cl
61 testb %bl,%bl /* null terminator??? */
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dbufferlist.h57 isc_bufferlist_usedcount(isc_bufferlist_t *bl);
60 * the buffer list 'bl'
64 *\li 'bl' is not NULL.
71 isc_bufferlist_availablecount(isc_bufferlist_t *bl);
74 * the buffer list 'bl'
78 *\li 'bl' is not NULL.
/freebsd-11-stable/lib/libc/aarch64/gen/
H A D_ctx_start.S36 bl _C_LABEL(ctx_done)
37 bl _C_LABEL(abort)
/freebsd-11-stable/contrib/blacklist/lib/
H A Dblacklist.c39 #include <bl.h>
51 struct blacklist *bl; local
53 if ((bl = blacklist_open()) == NULL)
55 rv = blacklist_sa_r(bl, action, rfd, sa, salen, msg);
56 blacklist_close(bl);
61 blacklist_sa_r(struct blacklist *bl, int action, int rfd, argument
84 return bl_send(bl, internal_action, rfd, sa, slen, msg);
94 blacklist_r(struct blacklist *bl, int action, int rfd, const char *msg) argument
96 return blacklist_sa_r(bl, action, rfd, NULL, 0, msg);
105 blacklist_close(struct blacklist *bl) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dblock.h114 #define BLOCK_START(bl) (bl)->startaddr
115 #define BLOCK_END(bl) (bl)->endaddr
116 #define BLOCK_FUNCTION(bl) (bl)->function
117 #define BLOCK_SUPERBLOCK(bl) (bl)->superblock
118 #define BLOCK_GCC_COMPILED(bl) (bl)
[all...]
H A Dblock.c60 block_function (const struct block *bl) argument
62 while (BLOCK_FUNCTION (bl) == 0 && BLOCK_SUPERBLOCK (bl) != 0)
63 bl = BLOCK_SUPERBLOCK (bl);
65 return BLOCK_FUNCTION (bl);
79 struct blockvector *bl; local
89 bl = BLOCKVECTOR (symtab);
90 b = BLOCKVECTOR_BLOCK (bl, 0);
96 top = BLOCKVECTOR_NBLOCKS (bl);
141 struct blockvector *bl; local
284 struct block *bl = obstack_alloc (obstack, sizeof (struct block)); local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbufferlist.c31 isc_bufferlist_usedcount(isc_bufferlist_t *bl) { argument
35 REQUIRE(bl != NULL);
38 buffer = ISC_LIST_HEAD(*bl);
49 isc_bufferlist_availablecount(isc_bufferlist_t *bl) { argument
53 REQUIRE(bl != NULL);
56 buffer = ISC_LIST_HEAD(*bl);
/freebsd-11-stable/lib/libc/arm/gen/
H A D_ctx_start.S8 bl _C_LABEL(ctx_done)
9 bl _C_LABEL(abort)
/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A Dcmac.c81 static void make_kn(unsigned char *k1, unsigned char *l, int bl) argument
85 for (i = 0; i < bl; i++) {
87 if (i < bl - 1 && l[i + 1] & 0x80)
92 k1[bl - 1] ^= bl == 16 ? 0x87 : 0x1b;
137 int bl; local
142 bl = EVP_CIPHER_CTX_block_size(&in->cctx);
143 memcpy(out->k1, in->k1, bl);
144 memcpy(out->k2, in->k2, bl);
145 memcpy(out->tbl, in->tbl, bl);
195 int bl; local
221 size_t bl; local
264 int i, bl, lb; local
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_utils.c67 BLEAF *bl; local
70 bl = GETBLEAF(e->page, e->index);
80 if (bl->flags & P_BIGKEY) {
81 if (__ovfl_get(t, bl->bytes,
86 if (bl->ksize > rkey->size) {
87 p = realloc(rkey->data, bl->ksize);
91 rkey->size = bl->ksize;
93 memmove(rkey->data, bl->bytes, bl->ksize);
94 key->size = bl
147 BLEAF *bl; local
[all...]
/freebsd-11-stable/lib/libc/powerpc/gen/
H A D_ctx_start.S38 bl PIC_PLT(CNAME(_ctx_done)) /* branch to ctxt completion func */
43 bl PIC_PLT(CNAME(abort)) /* abort */
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A D_ctx_start.S41 bl CNAME(_ctx_done) /* branch to ctxt completion func */
47 bl CNAME(abort) /* abort */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_aarch64.inc.S13 bl COMMON_INTERCEPTOR_SPILL_AREA
29 bl COMMON_INTERCEPTOR_HANDLE_VFORK
33 bl COMMON_INTERCEPTOR_SPILL_AREA
H A Dsanitizer_common_interceptors_vfork_arm.inc.S13 bl COMMON_INTERCEPTOR_SPILL_AREA
31 bl COMMON_INTERCEPTOR_HANDLE_VFORK
35 bl COMMON_INTERCEPTOR_SPILL_AREA
/freebsd-11-stable/sys/crypto/blowfish/arch/i386/
H A Dbf_enc_686.S92 movb %cl, %bl
98 movb %cl, %bl
111 movb %dl, %bl
117 movb %dl, %bl
130 movb %cl, %bl
136 movb %cl, %bl
149 movb %dl, %bl
155 movb %dl, %bl
168 movb %cl, %bl
174 movb %cl, %bl
[all...]
/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_asm_float.S53 bl __aeabi_fcmplt
65 bl __aeabi_fcmpeq
98 bl __aeabi_cfcmpeq_helper
103 bl __aeabi_cfcmple
/freebsd-11-stable/sys/powerpc/aim/
H A Dlocore32.S73 bl 1f
96 bl elf_reloc_self
104 bl powerpc_init
110 bl mi_startup
H A Dlocore64.S91 bl 1f
111 bl 1f
117 bl elf_reloc_self
126 bl powerpc_init
133 bl mi_startup
/freebsd-11-stable/sys/libkern/arm/
H A Dldivmod.S49 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT)
59 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_memcmp.S18 bl memcmp
H A Daeabi_memcpy.S18 bl memcpy
H A Daeabi_memmove.S17 bl memmove
H A Dsync_synchronize.S25 bl _OSMemoryBarrier

Completed in 219 milliseconds

12345678910