Searched refs:trans (Results 1 - 25 of 434) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl.old/dist/VMS/
H A Dtranslatesyms.pl50 my $trans = $translations{$2};
51 my $trans_uc = uc $trans;
52 if (defined($1) && $trans ne $trans_uc) {
53 "$trans_uc/$trans=$3"
55 "$trans=$3"
/netbsd-current/crypto/external/bsd/openssl/dist/VMS/
H A Dtranslatesyms.pl50 my $trans = $translations{$2};
51 my $trans_uc = uc $trans;
52 if (defined($1) && $trans ne $trans_uc) {
53 "$trans_uc/$trans=$3"
55 "$trans=$3"
/netbsd-current/external/bsd/am-utils/dist/conf/sa_dref/
H A Dsa_dref_isc3.h7 (dst)->trans = 1; \
/netbsd-current/usr.sbin/mopd/moptrace/
H A Dmoptrace.c126 int trans; local
130 trans = mopGetTrans(pkt, 0);
134 if ((trans == TRANS_ETHER) && Not3Flag) return;
135 if ((trans == TRANS_8023) && Not4Flag) return;
137 mopPrintHeader(stdout, pkt, trans);
138 mopPrintMopHeader(stdout, pkt, trans);
140 mopDumpDL(stdout, pkt, trans);
141 mopDumpRC(stdout, pkt, trans);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dgen-combining.py50 trans = {} variable
53 trans[k] = [int(v[2]), v[1]]
55 # trans = [(x[0], int(x[3]), x[1]) for x in UnicodeData.read() if int(x[3]) != 0]
82 s = sorted(trans)
84 v = trans[k]
89 #trans.sort()
90 #for x in trans:
100 "const size_t _wind_combining_table_size = %u;\n" % len(trans))
H A Dgen-errorlist.py86 trans=[] variable
95 trans.append([start, end - start + 1, desc, [t]])
99 trans.append([int(m.group(1), 0x10), 1, m.group(2), [t]])
101 trans = stringprep.sort_merge_trans(trans) variable
103 for x in trans:
118 "const size_t _wind_errorlist_table_size = %u;\n" % len(trans))
H A Dgen-map.py89 trans=[] variable
100 trans.append((key, value, desc, [t]))
107 trans.append((key, value, desc, [t]))
113 trans = stringprep.sort_merge_trans(trans) variable
115 for x in trans:
119 for x in trans:
129 for x in trans:
146 "const size_t _wind_map_table_size = %u;\n\n" % len(trans))
H A Dstringprep.py77 def sort_merge_trans(trans):
78 trans.sort()
81 for x in trans:
/netbsd-current/usr.sbin/mopd/common/
H A Dget.c82 mopGetTrans(const u_char *pkt, int trans) argument
86 if (trans == 0) {
89 trans = TRANS_8023;
91 trans = TRANS_ETHER;
94 return(trans);
99 u_short *proto, int *len, int trans)
105 switch(trans) {
122 mopGetLength(const u_char *pkt, int trans) argument
124 switch(trans) {
98 mopGetHeader(const u_char *pkt, int *idx, const u_char **dst, const u_char **src, u_short *proto, int *len, int trans) argument
H A Dloop-linux2.c46 mopOpenRC(struct if_info *p, int trans) argument
52 trans);
59 mopOpenDL(struct if_info *p, int trans) argument
65 trans);
H A Dprint.c97 mopPrintOneline(FILE *fd, const u_char *pkt, int trans) argument
105 trans = mopGetTrans(pkt, trans);
106 mopGetHeader(pkt, &idx, &dst, &src, &proto, &len, trans);
139 if (trans == TRANS_8023) {
245 mopPrintHeader(FILE *fd, const u_char *pkt, int trans) argument
251 trans = mopGetTrans(pkt, trans);
252 mopGetHeader(pkt, &idx, &dst, &src, &proto, &len, trans);
270 switch (trans) {
306 mopPrintMopHeader(FILE *fd, const u_char *pkt, int trans) argument
435 mopPrintInfo(FILE *fd, const u_char *pkt, int *idx, u_short moplen, u_char mopcode, int trans) argument
[all...]
H A Dput.c105 u_short proto, int trans)
110 if (trans == TRANS_8023) {
123 if (trans == TRANS_8023) {
131 if (trans == TRANS_ETHER)
137 mopPutLength(u_char *pkt, int trans, u_short len) argument
141 switch(trans) {
104 mopPutHeader(u_char *pkt, int *idx, const u_char *dst, const u_char *src, u_short proto, int trans) argument
H A Dloop-bsd.c51 mopOpenRC(struct if_info *p, int trans) argument
57 trans);
64 mopOpenDL(struct if_info *p, int trans) argument
70 trans);
/netbsd-current/usr.sbin/mopd/mopd/
H A Dmopd.c171 int idx, trans, len; local
175 trans = mopGetTrans(pkt, 0);
179 if ((trans == TRANS_ETHER) && Not3Flag) return;
180 if ((trans == TRANS_8023) && Not4Flag) return;
183 mopGetHeader(pkt, &idx, &dst, &src, &ptype, &len, trans);
194 mopProcessDL(stdout, ii, pkt, &idx, dst, src, trans, len);
197 mopProcessRC(stdout, ii, pkt, &idx, dst, src, trans, len);
H A Dprocess.c62 int trans)
70 switch(trans) {
169 mopSendASV(const u_char *dst, const u_char *src, struct if_info *ii, int trans) argument
177 mopPutHeader(pkt, &idx, dst, src, ptype, trans);
181 mopPutLength(pkt, trans, idx);
182 (void)mopGetLength(pkt, trans);
185 mopPrintOneline(stdout, pkt, trans);
189 mopPrintHeader(stdout, pkt, trans);
190 mopPrintMopHeader(stdout, pkt, trans);
194 mopDumpDL(stdout, pkt, trans);
61 mopProcessInfo(const u_char *pkt, int *idx, u_short moplen, struct dllist *dl_rpr, int trans) argument
207 mopStartLoad(const u_char *dst, const u_char *src, struct dllist *dl_rpr, int trans) argument
311 mopNextLoad(const u_char *dst, const u_char *src, u_char new_count, int trans) argument
427 mopProcessDL(FILE *fd, struct if_info *ii, const u_char *pkt, int *idx, const u_char *dst, const u_char *src, int trans, u_short len) argument
564 mopProcessRC(FILE *fd, struct if_info *ii, const u_char *pkt, int *idx, const u_char *dst, const u_char *src, int trans, u_short len) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/asm/
H A Dcrypt586.pl38 $trans="ebp";
49 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
58 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
62 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
87 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
104 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
106 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
118 &mov( $trans, &swtmp(1));
119 &xor( $L, &DWP(" ",$trans,$tmp1,0));
121 &xor( $L, &DWP("0x200",$trans,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/asm/
H A Dcrypt586.pl37 $trans="ebp";
48 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
57 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
61 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
86 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
103 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
105 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
117 &mov( $trans, &swtmp(1));
118 &xor( $L, &DWP(" ",$trans,$tmp1,0));
120 &xor( $L, &DWP("0x200",$trans,
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-common.c51 ckwset->trans = (char *) xmalloc (NCHAR * sizeof (char));
53 ckwset->trans[i] = TOLOWER (i);
54 ckwset->kwset = kwsalloc (ckwset->trans);
58 ckwset->trans = NULL;
H A Dm-common.h34 char *trans; member in struct:compiled_kwset
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp29 using namespace trans;
74 void trans::rewriteUnusedInitDelegate(MigrationPass &pass) {
75 BodyTransform<UnusedInitRewriter> trans(pass);
76 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-flags.c40 struct trans { struct
49 static struct trans pr_flag_table[] =
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-flags.c40 struct trans { struct
49 static struct trans pr_flag_table[] =
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-match-approx.c331 tre_tnfa_transition_t *trans; local
333 for (trans = tnfa->initial; trans->state; trans++)
335 int stateid = trans->state_id;
341 if (trans->assertions && CHECK_ASSERTIONS(trans->assertions))
348 reach_next[stateid].state = trans->state;
355 if (trans->tags)
356 for (i = 0; trans
490 tre_tnfa_transition_t *trans; local
657 tre_tnfa_transition_t *trans; local
[all...]
/netbsd-current/sys/arch/xen/xenbus/
H A Dxenbus_dev.c232 struct xenbus_dev_transaction *trans; local
292 trans = kmem_alloc(sizeof(*trans), KM_SLEEP);
293 trans->handle = (struct xenbus_transaction *)
296 trans, trans_next);
298 SLIST_FOREACH(trans, &xlwp->transactions,
300 if ((unsigned long)trans->handle ==
304 if (trans == NULL) {
308 SLIST_REMOVE(&xlwp->transactions, trans,
310 kmem_free(trans, sizeo
410 struct xenbus_dev_transaction *trans; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.cpp117 u32 trans[kMutexTypeMax]; local
118 static_assert(sizeof(trans[0]) * 8 >= kMutexTypeMax,
120 internal_memset(&trans, 0, sizeof(trans));
124 trans[i] |= 1 << j;
128 if (trans[i] & (1 << k))
129 trans[i] |= trans[k];
133 if (trans[i] & (1 << i)) {

Completed in 426 milliseconds

1234567891011>>