| /src/sys/arch/mips/cavium/dev/ |
| octeon_pko.c | 128 paddr_t buf_ptr = 0; local 133 buf_ptr = octfpa_load(FPA_COMMAND_BUFFER_POOL); 134 if (buf_ptr == 0) 137 KASSERT(buf_ptr != 0); 146 SET(mem_queue_ptrs, __SHIFTIN(buf_ptr, PKO_MEM_QUEUE_PTRS_BUF_PTR)); 154 sc->sc_cmdptr->cmdptr = (uint64_t)buf_ptr;
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeX86_32.c | 335 sljit_u8 *buf_ptr; local 416 buf_ptr = inst + size; 424 *buf_ptr = 0; 426 *buf_ptr = reg_map[a] << 3; 428 *buf_ptr = a << 3; 438 *buf_ptr = 0; 442 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_map[b] : b); 447 *buf_ptr |= 0x40; 449 *buf_ptr |= 0x80; 453 *buf_ptr++ |= reg_map[b & REG_MASK] [all...] |
| sljitNativeX86_64.c | 348 sljit_u8 *buf_ptr; local 466 buf_ptr = inst + size; 474 *buf_ptr = 0; 476 *buf_ptr = reg_lmap[a] << 3; 478 *buf_ptr = a << 3; 488 *buf_ptr = 0; 492 *buf_ptr++ |= MOD_REG + ((!(flags & EX86_SSE2_OP2)) ? reg_lmap[b] : b); 497 *buf_ptr |= 0x40; 499 *buf_ptr |= 0x80; 503 *buf_ptr++ |= reg_lmap[b & REG_MASK] [all...] |
| sljitNativeARM_32.c | 319 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr) 367 cpool_start_address[value] = *buf_ptr; 571 sljit_uw *buf_ptr; local 629 buf_ptr = (sljit_uw*)buf->memory; 630 buf_end = buf_ptr + (buf->used_size >> 2); 636 buf_ptr++; 640 if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_start_address, buf_ptr))) { 645 buf_ptr++; 658 else if ((*buf_ptr & 0xff000000) != PUSH_POOL) { 660 *code_ptr = *buf_ptr++ [all...] |
| sljitNativeARM_64.c | 214 sljit_ins *buf_ptr; local 242 buf_ptr = (sljit_ins*)buf->memory; 243 buf_end = buf_ptr + (buf->used_size >> 2); 245 *code_ptr = *buf_ptr++; 266 } while (buf_ptr < buf_end); 286 buf_ptr = (sljit_ins *)jump->addr; 289 addr = (sljit_sw)(addr - (sljit_uw)SLJIT_ADD_EXEC_OFFSET(buf_ptr, executable_offset)) >> 2; 291 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff); 293 buf_ptr[-1] -= (4 << 5); 297 addr = (sljit_sw)(addr - (sljit_uw)SLJIT_ADD_EXEC_OFFSET(buf_ptr, executable_offset)) >> 2 [all...] |
| sljitNativeARM_T2_32.c | 350 sljit_u16 *buf_ptr; local 376 buf_ptr = (sljit_u16*)buf->memory; 377 buf_end = buf_ptr + (buf->used_size >> 1); 379 *code_ptr = *buf_ptr++; 400 } while (buf_ptr < buf_end);
|
| sljitNativeMIPS_common.c | 362 sljit_ins *buf_ptr; local 389 buf_ptr = (sljit_ins*)buf->memory; 390 buf_end = buf_ptr + (buf->used_size >> 2); 392 *code_ptr = *buf_ptr++; 418 } while (buf_ptr < buf_end); 438 buf_ptr = (sljit_ins *)jump->addr; 441 addr = (sljit_sw)(addr - ((sljit_uw)SLJIT_ADD_EXEC_OFFSET(buf_ptr, executable_offset) + sizeof(sljit_ins))) >> 2; 443 buf_ptr[0] = (buf_ptr[0] & 0xffff0000) | (addr & 0xffff); 447 SLJIT_ASSERT((addr & ~0xfffffff) == (((sljit_uw)SLJIT_ADD_EXEC_OFFSET(buf_ptr, executable_offset) + sizeof(sljit_ins)) & ~0xfffffff)) [all...] |
| sljitNativePPC_common.c | 330 sljit_ins *buf_ptr; local 364 buf_ptr = (sljit_ins*)buf->memory; 365 buf_end = buf_ptr + (buf->used_size >> 2); 367 *code_ptr = *buf_ptr++; 425 } while (buf_ptr < buf_end); 449 buf_ptr = (sljit_ins *)jump->addr; 454 addr -= (sljit_uw)SLJIT_ADD_EXEC_OFFSET(buf_ptr, executable_offset); 456 *buf_ptr = BCx | (addr & 0xfffc) | ((*buf_ptr) & 0x03ff0001); 460 *buf_ptr = BCx | (addr & 0xfffc) | 0x2 | ((*buf_ptr) & 0x03ff0001) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| d2i_test.c | 50 const unsigned char *buf_ptr = buf; local 74 value = ASN1_item_d2i(NULL, &buf_ptr, len, item_type);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| d2i_test.c | 50 const unsigned char *buf_ptr = buf; local 74 value = ASN1_item_d2i(NULL, &buf_ptr, len, item_type);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| d2i_test.c | 50 const unsigned char *buf_ptr = buf; local 74 value = ASN1_item_d2i(NULL, &buf_ptr, len, item_type);
|
| /src/external/bsd/byacc/dist/ |
| mstring.c | 23 static char *buf_ptr; variable 40 buf_ptr = malloc(buf_len = 4096); 42 if (buf_ptr == NULL) 51 len = (size_t)vsnprintf(buf_ptr, buf_len, fmt, args); 55 char *new_ptr = realloc(buf_ptr, (buf_len * 3) / 2); 58 free(buf_ptr); 59 buf_ptr = NULL; 62 buf_ptr = new_ptr; 68 len = (size_t)vsprintf(buf_ptr, fmt, args); 97 memcpy(s->ptr, buf_ptr, len) [all...] |
| /src/external/bsd/openldap/dist/include/ |
| lber_pvt.h | 48 ber_len_t buf_ptr; member in struct:sockbuf_buf
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| cfe_api_int.h | 94 cfe_xptr_t buf_ptr; /* pointer to a buffer */ member in struct:xiocb_buffer_s
|
| /src/sys/arch/mips/cfe/ |
| cfe_api_int.h | 94 cfe_xptr_t buf_ptr; /* pointer to a buffer */ member in struct:xiocb_buffer_s
|
| /src/sys/arch/sbmips/stand/common/ |
| cfe_api_int.h | 94 cfe_xptr_t buf_ptr; /* pointer to a buffer */ member in struct:xiocb_buffer_s
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| mach64_dma.c | 1230 u32 *buf_ptr; local 1302 buf_ptr = (u32 *) ((char *)GETBUFPTR(buf) + offset); 1313 reg = le32_to_cpu(*buf_ptr++); 1340 MACH64_WRITE(reg, le32_to_cpu(*buf_ptr++));
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| panfrost_drm.h | 205 __u64 buf_ptr; member in struct:drm_panfrost_perfcnt_dump
|
| /src/sys/arch/x68k/stand/libdos/ |
| dos.h | 227 unsigned char *buf_ptr; member in struct:dos_prcctrl 247 struct dos_prcctrl *buf_ptr; member in struct:dos_prcptr
|
| /src/external/gpl3/binutils/dist/bfd/doc/ |
| chew.c | 136 string_type *buf_ptr; /* and the buffer */ variable 840 pos_idx = copy_past_newline (buf_ptr, pos_idx, tos); 1033 while (at (buf_ptr, pos_idx)) 1035 if (iscommand (buf_ptr, pos_idx)) 1037 pos_idx = copy_past_newline (buf_ptr, pos_idx, tos); 1076 pos_idx = skip_past_newline_1 (buf_ptr, pos_idx); 1248 while (at (buf_ptr, pos_idx)) 1251 if (iscommand (buf_ptr, pos_idx)) 1256 (void) nextword (addr (buf_ptr, pos_idx), &next); 1268 pos_idx = skip_past_newline_1 (buf_ptr, pos_idx) [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/doc/ |
| chew.c | 136 string_type *buf_ptr; /* and the buffer */ variable 840 pos_idx = copy_past_newline (buf_ptr, pos_idx, tos); 1033 while (at (buf_ptr, pos_idx)) 1035 if (iscommand (buf_ptr, pos_idx)) 1037 pos_idx = copy_past_newline (buf_ptr, pos_idx, tos); 1076 pos_idx = skip_past_newline_1 (buf_ptr, pos_idx); 1248 while (at (buf_ptr, pos_idx)) 1251 if (iscommand (buf_ptr, pos_idx)) 1256 (void) nextword (addr (buf_ptr, pos_idx), &next); 1268 pos_idx = skip_past_newline_1 (buf_ptr, pos_idx) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/doc/ |
| chew.c | 136 string_type *buf_ptr; /* and the buffer */ variable 840 pos_idx = copy_past_newline (buf_ptr, pos_idx, tos); 1033 while (at (buf_ptr, pos_idx)) 1035 if (iscommand (buf_ptr, pos_idx)) 1037 pos_idx = copy_past_newline (buf_ptr, pos_idx, tos); 1076 pos_idx = skip_past_newline_1 (buf_ptr, pos_idx); 1248 while (at (buf_ptr, pos_idx)) 1251 if (iscommand (buf_ptr, pos_idx)) 1256 (void) nextword (addr (buf_ptr, pos_idx), &next); 1268 pos_idx = skip_past_newline_1 (buf_ptr, pos_idx) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-win.c | 926 const char *buf_ptr = buf; 930 buf_ptr = skip_to_space (buf_ptr); 933 std::string_view wname (buf, buf_ptr - buf); 942 buf_ptr = skip_spaces (buf_ptr); 944 if (*buf_ptr != '\0') 950 if (*buf_ptr == '+' || *buf_ptr == '-') 952 if (*buf_ptr == '-' 924 const char *buf_ptr = buf; local 1037 char *buf_ptr; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/doc/ |
| chew.c | 136 string_type *buf_ptr; /* and the buffer */ variable 840 pos_idx = copy_past_newline (buf_ptr, pos_idx, tos); 1033 while (at (buf_ptr, pos_idx)) 1035 if (iscommand (buf_ptr, pos_idx)) 1037 pos_idx = copy_past_newline (buf_ptr, pos_idx, tos); 1076 pos_idx = skip_past_newline_1 (buf_ptr, pos_idx); 1248 while (at (buf_ptr, pos_idx)) 1251 if (iscommand (buf_ptr, pos_idx)) 1256 (void) nextword (addr (buf_ptr, pos_idx), &next); 1268 pos_idx = skip_past_newline_1 (buf_ptr, pos_idx) [all...] |
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-win.c | 926 const char *buf_ptr = buf; 930 buf_ptr = skip_to_space (buf_ptr); 933 std::string_view wname (buf, buf_ptr - buf); 942 buf_ptr = skip_spaces (buf_ptr); 944 if (*buf_ptr != '\0') 950 if (*buf_ptr == '+' || *buf_ptr == '-') 952 if (*buf_ptr == '-' 924 const char *buf_ptr = buf; local 1039 char *buf_ptr; local [all...] |