Searched refs:id (Results 1 - 25 of 4991) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decx_backend.h10 #define ISX448(id) ((id) == EVP_PKEY_X448)
11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
12 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \
13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
15 #define KEYNID2TYPE(id) \
16 (IS25519(id)
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Duuid.h24 struct id { struct
33 struct id id[2]; member in union:lvid
34 char s[2 * sizeof(struct id) + 1 + 7];
37 int lvid_from_lvnum(union lvid *lvid, struct id *vgid, uint32_t lv_num);
43 int lvid_create(union lvid *lvid, struct id *vgid);
44 int id_create(struct id *id);
45 int id_valid(struct id *id);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/uuid/
H A Duuid.h24 struct id { struct
33 struct id id[2]; member in union:lvid
34 char s[2 * sizeof(struct id) + 1 + 7];
37 int lvid_from_lvnum(union lvid *lvid, struct id *vgid, uint32_t lv_num);
43 int lvid_create(union lvid *lvid, struct id *vgid);
44 int id_create(struct id *id);
45 int id_valid(struct id *id);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-autoloaded-pretty-printers-in-newobjfile-event-lib.cc22 id = theId;
27 return id;
/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/memory/
H A Dmtk-memory-port.h14 #define MTK_M4U_TO_LARB(id) (((id) >> 5) & 0x1f)
15 #define MTK_M4U_TO_PORT(id) ((id) & 0x1f)
/netbsd-current/games/dab/
H A Ddefs.h41 #define RCSID(id) __RCSID(id);
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dnil_method.c35 execute that method (that function will take an id, followed by a
40 called in place of any function taking an 'id' argument followed by
51 id
52 nil_method (id receiver, SEL op __attribute__ ((__unused__)))
H A Dobjc-foreach.c33 static void (*__objc_enumeration_mutation_handler)(id) = NULL;
36 objc_setEnumerationMutationHandler (void (*handler)(id))
42 objc_enumerationMutation (id collection)
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dsyscalls.h24 extern void m32c_syscall (int id);
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dnil_method.c35 execute that method (that function will take an id, followed by a
40 called in place of any function taking an 'id' argument followed by
51 id
52 nil_method (id receiver, SEL op __attribute__ ((__unused__)))
H A Dobjc-foreach.c33 static void (*__objc_enumeration_mutation_handler)(id) = NULL;
36 objc_setEnumerationMutationHandler (void (*handler)(id))
42 objc_enumerationMutation (id collection)
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dsyscalls.h24 extern void m32c_syscall (int id);
/netbsd-current/usr.bin/scmdctl/
H A Dscmdctlconst.h25 .id = SCMD_IDENTIFY,
30 .id = SCMD_DIAG,
35 .id = SCMD_MOTOR,
40 .id = SCMD_READ,
45 .id = SCMD_WRITE,
50 .id = SCMD_RESTART,
55 .id = SCMD_ENUMERATE,
60 .id = SCMD_UPDATERATE,
65 .id = SCMD_EBUS,
70 .id
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_bios_parser_common.c68 enum object_enum_id id; local
72 id = ENUM_ID_1;
75 id = ENUM_ID_2;
78 id = ENUM_ID_3;
81 id = ENUM_ID_4;
84 id = ENUM_ID_5;
87 id = ENUM_ID_6;
90 id = ENUM_ID_7;
93 id = ENUM_ID_UNKNOWN;
97 return id;
108 enum encoder_id id; local
182 enum connector_id id; local
233 enum generic_id id; local
[all...]
/netbsd-current/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample0-1.py1 def init(id, cfg):
2 log_info("pythonmod: init called, module id is %d port: %d script: %s" % (id, cfg.port, mod_env['script']))
5 def init_standard(id, env):
6 log_info("pythonmod: init called, module id is %d port: %d script: %s" % (id, env.cfg.port, mod_env['script']))
9 def deinit(id):
10 log_info("pythonmod: deinit called, module id is %d" % id)
13 def inform_super(id, qstat
[all...]
/netbsd-current/usr.bin/id/
H A DMakefile4 PROG= id
5 MAN= id.1 groups.1 whoami.1
6 LINKS= ${BINDIR}/id ${BINDIR}/groups
7 LINKS+= ${BINDIR}/id ${BINDIR}/whoami
9 COPTS.id.c += -Wno-format-nonliteral
/netbsd-current/external/bsd/tcpdump/dist/
H A Dpacketdat.awk23 id = 1.5 + (strtSeq - 1) / packetsize
24 id -= id % 1
25 if (maxId < id)
26 maxId = id
27 if (firstSend[id] == 0) {
28 firstSend[id] = tim
29 seqNo[id] = strtSeq
31 lastSend[id] = tim
32 timesSent[id]
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_id.c15 #define EL_BASE id
31 isl_ctx *isl_id_get_ctx(__isl_keep isl_id *id) argument
33 return id ? id->ctx : NULL;
36 void *isl_id_get_user(__isl_keep isl_id *id) argument
38 return id ? id->user : NULL;
41 const char *isl_id_get_name(__isl_keep isl_id *id) argument
43 return id ? id
49 isl_id *id; local
75 isl_id_get_hash(__isl_keep isl_id *id) argument
87 isl_id *id = (isl_id *)entry; local
129 isl_id_copy(isl_id *id) argument
173 isl_hash_id(uint32_t hash, __isl_keep isl_id *id) argument
183 isl_id_set_free_user(__isl_take isl_id *id, void (*free_user)(void *user)) argument
197 isl_id_get_free_user(__isl_keep isl_id *id) argument
207 isl_id_free(__isl_take isl_id *id) argument
240 isl_printer_print_id(__isl_take isl_printer *p, __isl_keep isl_id *id) argument
266 isl_id *id; local
[all...]
/netbsd-current/external/bsd/unbound/dist/dns64/
H A Ddns64.h53 int dns64_init(struct module_env* env, int id);
56 void dns64_deinit(struct module_env* env, int id);
59 void dns64_operate(struct module_qstate* qstate, enum module_ev event, int id,
62 void dns64_inform_super(struct module_qstate* qstate, int id,
66 void dns64_clear(struct module_qstate* qstate, int id);
69 size_t dns64_get_mem(struct module_env* env, int id);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck-tree.h38 static size_t get_length (tree id) argument
40 gcc_assert (TREE_CODE (id) == IDENTIFIER_NODE);
41 return IDENTIFIER_LENGTH (id);
44 static const char *get_string (tree id) argument
46 gcc_assert (TREE_CODE (id) == IDENTIFIER_NODE);
47 return IDENTIFIER_POINTER (id);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dspellcheck-tree.h38 static size_t get_length (tree id) argument
40 gcc_assert (TREE_CODE (id) == IDENTIFIER_NODE);
41 return IDENTIFIER_LENGTH (id);
44 static const char *get_string (tree id) argument
46 gcc_assert (TREE_CODE (id) == IDENTIFIER_NODE);
47 return IDENTIFIER_POINTER (id);
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dsyscalls.h25 extern int rx_syscall (int id);
/netbsd-current/tests/usr.bin/indent/
H A Dlsym_storage_class.c14 _Imaginary double id; variable
16 imaginary double id; variable
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dsyscalls.h25 extern int rx_syscall (int id);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
H A Dgeneric_regs.h33 #define GENERIC_GPIO_REG_LIST_ENTRY(type, cd, id) \
35 .type ## _mask = DC_GPIO_GENERIC_ ## type ## __DC_GPIO_GENERIC ## id ## _ ## type ## _MASK,\
36 .type ## _shift = DC_GPIO_GENERIC_ ## type ## __DC_GPIO_GENERIC ## id ## _ ## type ## __SHIFT
38 #define GENERIC_GPIO_REG_LIST(id) \
40 GENERIC_GPIO_REG_LIST_ENTRY(MASK, cd, id),\
41 GENERIC_GPIO_REG_LIST_ENTRY(A, cd, id),\
42 GENERIC_GPIO_REG_LIST_ENTRY(EN, cd, id),\
43 GENERIC_GPIO_REG_LIST_ENTRY(Y, cd, id)\
46 #define GENERIC_REG_LIST(id) \
47 GENERIC_GPIO_REG_LIST(id), \
[all...]

Completed in 474 milliseconds

1234567891011>>