| /src/external/bsd/libevent/dist/ |
| evutil_rand.c | 106 int n_bytes = 4 - (((ev_uintptr_t)b) & 3); 107 memcpy(b, &u, n_bytes); 108 b += n_bytes; 109 n -= n_bytes;
|
| iocp-internal.h | 189 ev_uintptr_t key, ev_uint32_t n_bytes);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evutil_rand.c | 102 int n_bytes = 4 - (((ev_uintptr_t)b) & 3); 103 memcpy(b, &u, n_bytes); 104 b += n_bytes; 105 n -= n_bytes;
|
| iocp-internal.h | 190 ev_uintptr_t key, ev_uint32_t n_bytes);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-s12z.c | 447 lex_opr (uint8_t *buffer, int *n_bytes, expressionS *exp, 455 *n_bytes = 0; 469 *n_bytes = 1; 476 *n_bytes = 1; 491 *n_bytes = 2; 496 *n_bytes = 4; 503 for (i = 1; i < *n_bytes ; ++i) 505 buffer[i] = c >> (8 * (*n_bytes - i - 1)); 517 *n_bytes = 4; 531 *n_bytes = 1 870 int n_bytes; local 1198 int n_bytes; local 1638 int n_bytes; local 1738 int n_bytes; local 1808 int n_bytes; local 1824 int n_bytes; local 1894 int n_bytes; local 1968 int n_bytes = 3; local 2094 int n_bytes = 2; local 2358 int n_bytes; local 2421 int n_bytes; local 2598 int n_bytes; local 2658 int n_bytes; local 2849 int n_bytes; local 2964 int n_bytes; local 3013 int n_bytes; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-s12z.c | 447 lex_opr (uint8_t *buffer, int *n_bytes, expressionS *exp, 455 *n_bytes = 0; 469 *n_bytes = 1; 476 *n_bytes = 1; 491 *n_bytes = 2; 496 *n_bytes = 4; 503 for (i = 1; i < *n_bytes ; ++i) 505 buffer[i] = c >> (8 * (*n_bytes - i - 1)); 517 *n_bytes = 4; 531 *n_bytes = 1 870 int n_bytes; local 1198 int n_bytes; local 1638 int n_bytes; local 1738 int n_bytes; local 1808 int n_bytes; local 1824 int n_bytes; local 1894 int n_bytes; local 1968 int n_bytes = 3; local 2094 int n_bytes = 2; local 2358 int n_bytes; local 2421 int n_bytes; local 2598 int n_bytes; local 2658 int n_bytes; local 2849 int n_bytes; local 2964 int n_bytes; local 3013 int n_bytes; local [all...] |
| /src/external/gpl3/gcc/dist/libcc1/ |
| marshall.cc | 116 cc1_plugin::marshall_array_elmts (connection *conn, size_t n_bytes, 119 return conn->send (elements, n_bytes); 139 cc1_plugin::unmarshall_array_elmts (connection *conn, size_t n_bytes, 142 return conn->get (elements, n_bytes);
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| marshall.cc | 116 cc1_plugin::marshall_array_elmts (connection *conn, size_t n_bytes, 119 return conn->send (elements, n_bytes); 139 cc1_plugin::unmarshall_array_elmts (connection *conn, size_t n_bytes, 142 return conn->get (elements, n_bytes);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| sparseset.cc | 30 unsigned int n_bytes = sizeof (struct sparseset_def) local 33 sparseset set = XNEWVAR (struct sparseset_def, n_bytes); 39 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_DEFINED (set, n_bytes));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sparseset.cc | 30 unsigned int n_bytes = sizeof (struct sparseset_def) local 33 sparseset set = XNEWVAR (struct sparseset_def, n_bytes); 39 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_DEFINED (set, n_bytes));
|
| /src/sys/external/bsd/dwc2/dist/ |
| dwc2_hcdddma.c | 118 qh->n_bytes = kmem_zalloc(sizeof(u32) * dwc2_max_desc_num(qh), KM_SLEEP); 119 if (!qh->n_bytes) { 136 kmem_free(qh->n_bytes, sizeof(u32) * dwc2_max_desc_num(qh)); 137 qh->n_bytes = NULL; 550 qh->n_bytes[idx] = max_xfer_size; 552 qh->n_bytes[idx] = frame_desc->length; 555 dma_desc->status = qh->n_bytes[idx] << HOST_DMA_ISOC_NBYTES_SHIFT & 710 qh->n_bytes[n_desc] = len; 916 frame_desc->actual_length = qh->n_bytes[idx] - remain; 920 frame_desc->actual_length = qh->n_bytes[idx] - remain 1148 u32 n_bytes; local [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| msp430-decode.h | 119 int n_bytes; /* Opcode size in BYTES. */ member in struct:__anon10665
|
| rl78.h | 169 int n_bytes; member in struct:__anon10676
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| msp430-decode.h | 119 int n_bytes; /* Opcode size in BYTES. */ member in struct:__anon12129
|
| rl78.h | 169 int n_bytes; member in struct:__anon12140
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| msp430-decode.h | 119 int n_bytes; /* Opcode size in BYTES. */ member in struct:__anon21517
|
| rl78.h | 169 int n_bytes; member in struct:__anon21528
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| msp430-decode.h | 119 int n_bytes; /* Opcode size in BYTES. */ member in struct:__anon1105
|
| rl78.h | 169 int n_bytes; member in struct:__anon1116
|
| /src/usr.sbin/rpc.lockd/ |
| lockd_lock.c | 82 (void)memcpy(fh->fhdata, rfh->n_bytes, sz); 252 newfl->client.oh.n_bytes = malloc(lckarg->alock.oh.n_len); 253 if (newfl->client.oh.n_bytes == NULL) { 260 (void)memcpy(newfl->client.oh.n_bytes, lckarg->alock.oh.n_bytes, 265 newfl->client_cookie.n_bytes = malloc(lckarg->cookie.n_len); 266 if (newfl->client_cookie.n_bytes == NULL) { 272 (void)memcpy(newfl->client_cookie.n_bytes, lckarg->cookie.n_bytes, 374 memcmp(fl->client.oh.n_bytes, lck->oh.n_bytes [all...] |
| test.c | 358 arg.cookie.n_bytes = "hello"; 365 arg.alock.fh.n_bytes = "\x04\x04\x02\x00\x01\x00\x00\x00\x0c\x00\x00\x00\xff\xff\xff\xd0\x16\x00\x00\x5b\x7c\xff\xff\xff\xec\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x54\xef\xbf\xd7\x94"; 367 arg.alock.oh.n_bytes = "\x00\x00\x02\xff\xff\xff\xd3"; 373 res_block.cookie.n_bytes = "hello";
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| msp430-decode.opc | 52 if (ld->op_ptr == ld->msp430->n_bytes) 57 ld->op [(ld->msp430->n_bytes++)^1] = b; 59 while (ld->msp430->n_bytes & 1); 434 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes); 568 ID (MSO_call); SA (pc + raddr + msp430->n_bytes); 591 return msp430->n_bytes;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| msp430-decode.opc | 52 if (ld->op_ptr == ld->msp430->n_bytes) 57 ld->op [(ld->msp430->n_bytes++)^1] = b; 59 while (ld->msp430->n_bytes & 1); 434 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes); 568 ID (MSO_call); SA (pc + raddr + msp430->n_bytes); 591 return msp430->n_bytes;
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| msp430-decode.opc | 52 if (ld->op_ptr == ld->msp430->n_bytes) 57 ld->op [(ld->msp430->n_bytes++)^1] = b; 59 while (ld->msp430->n_bytes & 1); 434 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes); 568 ID (MSO_call); SA (pc + raddr + msp430->n_bytes); 591 return msp430->n_bytes;
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| msp430-decode.opc | 52 if (ld->op_ptr == ld->msp430->n_bytes) 57 ld->op [(ld->msp430->n_bytes++)^1] = b; 59 while (ld->msp430->n_bytes & 1); 434 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes); 568 ID (MSO_call); SA (pc + raddr + msp430->n_bytes); 591 return msp430->n_bytes;
|