Home
last modified time | relevance | path

Searched +defs:i +defs:o (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-iostream.cc36 istringstream i("123"); in checki() local
42 istringstream i("3/4"); in checki() local
48 istringstream i("1.5"); in checki() local
59 ostringstream o; in checko() local
65 ostringstream o; in checko() local
71 ostringstream o; in checko() local
77 ostringstream o; in checko() local
83 ostringstream o; in checko() local
89 ostringstream o; in checko() local
/netbsd-src/sys/lib/libsa/
H A Dffs_bswap.c47 libsa_ffs_csumtotal_swap(const struct csum_total *o, struct csum_total *n) in libsa_ffs_csumtotal_swap()
56 ffs_sb_swap(const struct fs *o, struct fs *n) in ffs_sb_swap()
58 size_t i; in ffs_sb_swap() local
119 ffs_dinode1_swap(struct ufs1_dinode *o, struct ufs1_dinode *n) in ffs_dinode1_swap()
121 size_t i; in ffs_dinode1_swap() local
147 ffs_dinode2_swap(struct ufs2_dinode *o, struct ufs2_dinode *n) in ffs_dinode2_swap()
149 size_t i; in ffs_dinode2_swap() local
/netbsd-src/common/lib/libppath/
H A Dppath.c204 ppath_component_at(const ppath_t *p, unsigned int i) in ppath_component_at()
225 unsigned int i; in ppath_subpath() local
317 unsigned int i; in ppath_copy() local
341 unsigned int i; in ppath_release() local
359 unsigned int i; in ppath_lookup_helper() local
360 prop_object_t o, po; in ppath_lookup_helper() local
395 ppath_lookup(prop_object_t o, const ppath_t *p) in ppath_lookup()
401 ppath_create_object_and_release(prop_object_t o, const ppath_t *p, in ppath_create_object_and_release()
412 ppath_create_string(prop_object_t o, const ppath_t *p, const char *s) in ppath_create_string()
419 ppath_create_data(prop_object_t o, const ppath_t *p, in ppath_create_data()
[all …]
/netbsd-src/sys/ufs/ffs/
H A Dffs_bswap.c55 ffs_sb_swap(const struct fs *o, struct fs *n) in ffs_sb_swap()
57 size_t i; in ffs_sb_swap() local
118 ffs_dinode1_swap(struct ufs1_dinode *o, struct ufs1_dinode *n) in ffs_dinode1_swap()
142 ffs_dinode2_swap(struct ufs2_dinode *o, struct ufs2_dinode *n) in ffs_dinode2_swap()
169 ffs_csum_swap(struct csum *o, struct csum *n, int size) in ffs_csum_swap()
171 size_t i; in ffs_csum_swap() local
182 ffs_csumtotal_swap(const struct csum_total *o, struct csum_total *n) in ffs_csumtotal_swap()
194 ffs_cg_swap(struct cg *o, struct cg *n, struct fs *fs) in ffs_cg_swap()
196 int i; in ffs_cg_swap() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dsequence.c56 struct gss_msg_order **o, in msg_order_alloc()
81 struct gss_msg_order **o, in _gssapi_msg_order_create()
115 elem_set(struct gss_msg_order *o, unsigned int slot, OM_uint32 val) in elem_set()
121 elem_insert(struct gss_msg_order *o, in elem_insert()
143 _gssapi_msg_order_check(struct gss_msg_order *o, OM_uint32 seq_num) in _gssapi_msg_order_check()
146 size_t i; in _gssapi_msg_order_check() local
216 _gssapi_msg_order_export(krb5_storage *sp, struct gss_msg_order *o) in _gssapi_msg_order_export()
219 OM_uint32 i; in _gssapi_msg_order_export() local
249 struct gss_msg_order **o) in _gssapi_msg_order_import()
253 int32_t i, flags, start, length, jitter_window, first_seq; in _gssapi_msg_order_import() local
/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.h19 #define cvt2str(o) ttisnumber(o) argument
21 #define cvt2str(o) 0 /* no conversion from numbers to strings */ argument
26 #define cvt2num(o) ttisstring(o) argument
28 #define cvt2num(o) 0 /* no conversion from strings to numbers */ argument
54 #define tonumber(o,n) \ argument
62 #define tonumberns(o,n) \ argument
68 #define tointeger(o,i) \ argument
74 #define tointegerns(o,i) \ argument
H A Dlgc.c94 #define gcvalueN(o) (iscollectable(o) ? gcvalue(o) : NULL) argument
97 #define markvalue(g,o) { checkliveness(g->mainthread,o); \ argument
128 static GCObject **getgclist (GCObject *o) { in getgclist()
149 #define linkgclist(o,p) linkgclist_(obj2gco(o), &(o)->gclist, &(p)) argument
151 static void linkgclist_ (GCObject *o, GCObject **pnext, GCObject **list) { in linkgclist_()
162 #define linkobjgclist(o,p) linkgclist_(obj2gco(o), getgclist(o), &(p)) argument
188 static int iscleared (global_State *g, const GCObject *o) { in iscleared()
211 void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) { in luaC_barrier_()
233 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_()
246 void luaC_fix (lua_State *L, GCObject *o) { in luaC_fix()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtraits.c100 for (size_t i = 0; i < symbols->dim; i++) in collectUnitTests() local
148 for (size_t i = 0; i < e->args->dim; i++) in isTypeX() local
168 for (size_t i = 0; i < e->args->dim; i++) in isFuncX() local
188 for (size_t i = 0; i < e->args->dim; i++) in isDeclX() local
314 for (size_t i = 0; i < e->args->dim; i++) in isSymbolX() local
402 for (d_uns64 i = 0; i < dim; i++) in pointerBitmap() local
433 for (size_t i = 0; i < t->sym->fields.dim; i++) in pointerBitmap() local
454 for (size_t i = 0; i < t->sym->fields.dim; i++) in pointerBitmap() local
479 for (d_uns64 i = 0; i < cntdata; i++) in pointerBitmap() local
547 RootObject *o = (*e->args)[0]; in semanticTraits() local
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Ddes.h54 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
57 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
60 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
63 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddes.h61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/netbsd-src/sys/arch/ia64/disasm/
H A Ddisasm_extract.c38 #define FRAG(o,l) ((int)((o << 8) | (l & 0xff))) argument
46 asm_cmpltr_add(struct asm_inst *i, enum asm_cmpltr_class c, in asm_cmpltr_add()
57 asm_hint(struct asm_inst *i, enum asm_cmpltr_class c) in asm_hint()
77 asm_sf(struct asm_inst *i) in asm_sf()
97 asm_brhint(struct asm_inst *i) in asm_brhint()
128 asm_brphint(struct asm_inst *i) in asm_brphint()
186 asm_normalize(struct asm_inst *i, enum asm_op op) in asm_normalize()
1796 op_imm(struct asm_inst *i, int op, uint64_t val) in op_imm()
1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) in op_type()
1809 op_value(struct asm_inst *i, int op, uint64_t val) in op_value()
[all …]
H A Ddisasm_int.h50 #define _U32(p,i) ((uint64_t)(((const uint32_t*)(p))[i])) argument
51 #define _SLOT(p,i) (_U32(p,i) | (_U32(p,(i)+1)<<32)) argument
52 #define SLOT(p,i) ((_SLOT(p,i) >> (TMPL_BITS+((i)<<3)+(i))) & SLOT_MASK) argument
57 #define _FLD64(i,o,l) ((i >> o) & ((1LL << l) - 1LL)) argument
58 #define FIELD(i,o,l) ((uint32_t)_FLD64(i,o,l)) argument
59 #define OPCODE(i) FIELD(i, 37, 4) argument
61 #define QP(i) FIELD(i, 0, QP_BITS) argument
63 #define REG(i,r) FIELD(i, ((r) - 1) * REG_BITS + QP_BITS, REG_BITS) argument
/netbsd-src/external/gpl2/gmake/dist/
H A Dfunction.c77 subst_expand (char *o, char *text, char *subst, char *replace, in subst_expand()
147 patsubst_expand (char *o, char *text, char *pattern, char *replace, in patsubst_expand()
404 func_patsubst (char *o, char **argv, const char *funcname UNUSED) in func_patsubst()
412 func_join (char *o, char **argv, const char *funcname UNUSED) in func_join()
452 func_origin (char *o, char **argv, const char *funcname UNUSED) in func_origin()
492 func_flavor (char *o, char **argv, const char *funcname UNUSED) in func_flavor()
519 func_notdir_suffix (char *o, char **argv, const char *funcname) in func_notdir_suffix()
577 func_basename_dir (char *o, char **argv, const char *funcname) in func_basename_dir()
633 func_addsuffix_addprefix (char *o, char **argv, const char *funcname) in func_addsuffix_addprefix()
663 func_subst (char *o, char **argv, const char *funcname UNUSED) in func_subst()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsignals.d201 for (size_t i = 0; i < slots_idx; ) in Signal() local
220 Object o = _d_toObject(slot.ptr); in Signal() local
246 for (size_t i = 0; i < slots_idx; ) in Signal() local
273 { Object o = _d_toObject(slot.ptr); in Signal() local
346 Observer o = new Observer; variable
382 void watch(string msg, int i) in watch()
413 Observer o = new Observer; variable
452 int i; variable
456 void watchInt(string str, int i) in watchInt()
642 auto o = new Observer; variable
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Ddes.h91 #define des_ecb2_encrypt(i,o,k1,k2,e) \ argument
94 #define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
97 #define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
100 #define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Ddes.h91 #define des_ecb2_encrypt(i,o,k1,k2,e) \ argument
94 #define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
97 #define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
100 #define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/netbsd-src/tests/lib/libc/sys/
H A Dt_wait_noproc.c226 size_t i = 0; in ATF_TC_BODY() local
227 int o; in ATF_TC_BODY() local
248 size_t i = 0; in ATF_TC_BODY() local
249 int o; in ATF_TC_BODY() local
268 size_t i = 0; in ATF_TC_BODY() local
269 int o; in ATF_TC_BODY() local
289 size_t i = 0; in ATF_TC_BODY() local
290 int o; in ATF_TC_BODY() local
310 size_t i = 0; in ATF_TC_BODY() local
311 int o; in ATF_TC_BODY() local
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_set_options.c39 archive_read_set_format_option(struct archive *a, const char *m, const char *o, in archive_read_set_format_option()
48 archive_read_set_filter_option(struct archive *a, const char *m, const char *o, in archive_read_set_filter_option()
57 archive_read_set_option(struct archive *a, const char *m, const char *o, in archive_read_set_option()
74 archive_set_format_option(struct archive *_a, const char *m, const char *o, in archive_set_format_option()
78 size_t i; in archive_set_format_option() local
111 archive_set_filter_option(struct archive *_a, const char *m, const char *o, in archive_set_filter_option()
126 archive_set_option(struct archive *a, const char *m, const char *o, in archive_set_option()
/netbsd-src/usr.sbin/lastlogin/
H A Dlastlogin.c219 int i; in dolastlog() local
274 struct output o; in process_entry() local
303 int i = 0; in dolastlogx() local
399 struct output o; in process_entryx() local
428 append_record(struct output *o) in append_record()
447 struct output *o; in sizecolumns() local
475 struct output *o; in output_stack() local
482 sort_and_output_stack(struct output *o) in sort_and_output_stack()
487 int i; in sort_and_output_stack() local
521 output_record(struct output *o) in output_record()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsignals.d200 for (size_t i = 0; i < slots_idx; ) in Signal() local
219 Object o = _d_toObject(slot.ptr); in Signal() local
233 for (size_t i = 0; i < slots_idx; ) in Signal() local
260 { Object o = _d_toObject(slot.ptr); in Signal() local
333 Observer o = new Observer; variable
369 void watch(string msg, int i) in watch()
400 Observer o = new Observer; variable
439 int i; variable
443 void watchInt(string str, int i) in watchInt()
629 auto o = new Observer; variable
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aria/
H A Daria.c915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) in xor128()
917 int i; in xor128() local
927 static ossl_inline void rotnr(unsigned int n, ARIA_u128 *o, in rotnr()
931 unsigned int i; in rotnr() local
946 static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19r()
955 static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31r()
964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot61l()
973 static void rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31l()
982 static void rot19l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19l()
991 static void sl1(ARIA_u128 *o, const ARIA_u128 *x, const ARIA_u128 *y) in sl1()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aria/
H A Daria.c915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) in xor128()
917 int i; in xor128() local
927 static ossl_inline void rotnr(unsigned int n, ARIA_u128 *o, in rotnr()
931 unsigned int i; in rotnr() local
946 static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19r()
955 static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31r()
964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot61l()
973 static void rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31l()
982 static void rot19l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19l()
991 static void sl1(ARIA_u128 *o, const ARIA_u128 *x, const ARIA_u128 *y) in sl1()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_report.cc63 Origin o = Origin::FromRawId(id); in DescribeOrigin() local
154 int insert(u32 o) { in insert()
156 for (int i = next_id_ - 1; i >= 0; --i) in insert() local
210 for (int i = 0; i < 4; ++i) origin_ids[i] = -1; in DescribeMemoryRange() local
230 u32 o = *(u32 *)SHADOW_TO_ORIGIN(s - 3); in DescribeMemoryRange() local
239 for (int i = 0; i < 4; ++i) { in DescribeMemoryRange() local
255 for (int i = 0; i < origin_set.size(); ++i) { in DescribeMemoryRange() local
256 u32 o = origin_set.get(i); in DescribeMemoryRange() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPlistSupport.h56 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { in Indent()
57 for (unsigned i = 0; i < indent; ++i) in Indent() local
62 inline raw_ostream &EmitPlistHeader(raw_ostream &o) { in EmitPlistHeader()
71 inline raw_ostream &EmitInteger(raw_ostream &o, int64_t value) { in EmitInteger()
78 inline raw_ostream &EmitString(raw_ostream &o, StringRef s) { in EmitString()
107 inline void EmitLocation(raw_ostream &o, const SourceManager &SM, in EmitLocation()
123 inline void EmitRange(raw_ostream &o, const SourceManager &SM, in EmitRange()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dldap.c40 put_char(uint32_t *out, size_t *o, uint32_t c, size_t out_len) in put_char()
55 size_t o = 0, i = 0; in _wind_ldap_case_exact_attribute() local

12345678910>>...31