| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| quote.py | 52 for i in range(ord("A"), ord("Z") + 1): 54 for i in range(ord("a"), ord("z") + 1): 56 for i in range(ord("0"), ord("9") + 1): 59 chars[ord(' ')] |= PRINTABLE 60 chars[ord('+')] |= PRINTABLE 61 chars[ord(',')] |= PRINTABLE 62 chars[ord('-')] |= PRINTABL [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| charmap.pl | 41 if( ( ( $i >= ord("a")) && ( $i <= ord("z")) ) 42 || ( ( $i >= ord("A")) && ( $i <= ord("Z")) ) 43 || ( ( $i >= ord("0")) && ( $i <= ord("9")) ) ) { 52 $arr[ord(" ")] |= $NOESC_QUOTE | $RFC2253_FIRST_ESC | $RFC2253_LAST_ESC; 53 $arr[ord("#")] |= $NOESC_QUOTE | $RFC2253_FIRST_ESC; 55 $arr[ord(",")] |= $NOESC_QUOTE | $RFC2253_ESC; 56 $arr[ord("+")] |= $NOESC_QUOTE | $RFC2253_ESC [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| charmap.pl | 41 if( ( ( $i >= ord("a")) && ( $i <= ord("z")) ) 42 || ( ( $i >= ord("A")) && ( $i <= ord("Z")) ) 43 || ( ( $i >= ord("0")) && ( $i <= ord("9")) ) ) { 52 $arr[ord(" ")] |= $NOESC_QUOTE | $RFC2253_FIRST_ESC | $RFC2253_LAST_ESC; 53 $arr[ord("#")] |= $NOESC_QUOTE | $RFC2253_FIRST_ESC; 55 $arr[ord(",")] |= $NOESC_QUOTE | $RFC2253_ESC; 56 $arr[ord("+")] |= $NOESC_QUOTE | $RFC2253_ESC [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| charmap.pl | 41 if( ( ( $i >= ord("a")) && ( $i <= ord("z")) ) 42 || ( ( $i >= ord("A")) && ( $i <= ord("Z")) ) 43 || ( ( $i >= ord("0")) && ( $i <= ord("9")) ) ) { 52 $arr[ord(" ")] |= $NOESC_QUOTE | $RFC2253_FIRST_ESC | $RFC2253_LAST_ESC; 53 $arr[ord("#")] |= $NOESC_QUOTE | $RFC2253_FIRST_ESC; 55 $arr[ord(",")] |= $NOESC_QUOTE | $RFC2253_ESC; 56 $arr[ord("+")] |= $NOESC_QUOTE | $RFC2253_ESC [all...] |
| /src/external/bsd/less/dist/ |
| mkhelp.py | 31 if ((ord(ch) >= ord(' ')) and (ord(ch) < 0x7f)): 34 print("0x%02x," % ord(ch), end='')
|
| mkhelp.pl | 34 if (ord($ch) >= ord(' ') && ord($ch) < 0x7f) { 37 printf "0x%02x,", ord($ch);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/ |
| order_statistics_imp.hpp | 85 size_type ord = 0; local 94 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); 99 ord += (l_it == end_it)? 0 : l_it.get_metadata(); 103 return ord;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/ |
| order_statistics_imp.hpp | 85 size_type ord = 0; local 94 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); 99 ord += (l_it == end_it)? 0 : l_it.get_metadata(); 103 return ord;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| order_statistics_imp.hpp | 108 size_type ord = 0; local 123 ord + 1 : ord; 134 ord += child_nd_it.get_metadata(); 144 return ord;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| order_statistics_imp.hpp | 108 size_type ord = 0; local 123 ord + 1 : ord; 134 ord += child_nd_it.get_metadata(); 144 return ord;
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| oacc-init.c | 220 acc_dev_num_out_of_range (acc_device_t d, int ord, int ndevs) 225 gomp_fatal ("device %u out of range", ord); 495 /* Use the ORD'th device instance for the current host thread (or -1 for the 500 goacc_attach_host_thread_to_device (int ord) 506 if (thr && thr->dev && (thr->dev->target_id == ord || ord < 0)) 509 if (ord < 0) 510 ord = goacc_device_num; 524 if (num_devices <= 0 || ord >= num_devices) 525 acc_dev_num_out_of_range (acc_device_type (base_dev->type), ord, [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| oacc-init.c | 220 acc_dev_num_out_of_range (acc_device_t d, int ord, int ndevs) 225 gomp_fatal ("device %u out of range", ord); 495 /* Use the ORD'th device instance for the current host thread (or -1 for the 500 goacc_attach_host_thread_to_device (int ord) 506 if (thr && thr->dev && (thr->dev->target_id == ord || ord < 0)) 509 if (ord < 0) 510 ord = goacc_device_num; 524 if (num_devices <= 0 || ord >= num_devices) 525 acc_dev_num_out_of_range (acc_device_type (base_dev->type), ord, [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/ |
| missing_files.py | 46 return 48 <= ord(c) <= 57 49 return 97 <= ord(c) <= 122 52 return 65 <= ord(c) <= 90 61 return 0 <= ord(c) <= 127
|
| /src/sys/dev/ic/ |
| uda1341.c | 348 mi->un.e.member[0].ord = 0; 352 mi->un.e.member[1].ord = 1; 356 mi->un.e.member[2].ord = 3; 370 mi->un.e.member[0].ord = 0; 374 mi->un.e.member[1].ord = 1; 387 mi->un.e.member[0].ord = 0; 391 mi->un.e.member[1].ord = 1; 404 mi->un.e.member[0].ord = 0; 408 mi->un.e.member[1].ord = 1; 412 mi->un.e.member[2].ord = 2 [all...] |
| /src/sys/arch/arm/sunxi/ |
| sun50i_a64_acodec.c | 305 if (mc->un.ord < 0 || mc->un.ord > 1) 307 if (mc->un.ord) { 315 if (mc->un.ord < 0 || mc->un.ord > 1) 317 if (mc->un.ord) { 325 if (mc->un.ord < 0 || mc->un.ord > 1) 327 if (mc->un.ord) { 393 mc->un.ord = !!(a64_acodec_pr_read(sc, A64_MIC1_CTRL) & A64_MIC1AMPEN) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
| merge_data_flow.py | 21 res.append(ord('1' if a[i] == '1' or b[i] == '1' else '0'))
|
| /src/external/gpl3/gcc/dist/contrib/unicode/ |
| utf8-dump.py | 64 % ('', ord(ch), utf8_desc, get_name(ch), get_printable(ch)))
|
| /src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| utf8-dump.py | 64 % ('', ord(ch), utf8_desc, get_name(ch), get_printable(ch)))
|
| /src/sbin/devpubd/hooks/ |
| 02-wedgenames | 51 #ord() 58 ord() function 76 c=%%$(ord "$c")
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-unicode.py | 93 updelta = ord(up) - val 94 lowdelta = ord(low) - val
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-unicode.py | 93 updelta = ord(up) - val 94 lowdelta = ord(low) - val
|
| /src/usr.bin/aiomixer/ |
| draw.c | 106 draw_enum(control, value.un.ord, selected, aio->use_colour); 162 draw_enum(struct aiomixer_control *control, int ord, 171 if (ord == e->member[i].ord && selected) { 178 if (ord == e->member[i].ord) { 188 if (ord == control->info.un.e.member[i].ord) { 195 if (ord == e->member[i].ord && selected) [all...] |
| /src/external/mpl/dhcp/dist/tests/DHCPv6/ |
| dhcp_client.pm | 376 printf '%02X', ord(substr($data, 0, 1)); 378 printf ':%02X', ord(substr($data, $i, 1)); 417 my $code = ord(substr($data, 0, 1)); 433 my $msg_type = ord(substr($packet, 0, 1)); 441 ord(substr($trans_id, 0, 1)), 442 ord(substr($trans_id, 1, 1)), 443 ord(substr($trans_id, 2, 1));
|
| /src/sys/dev/isa/ |
| aria.c | 1118 if (cp->un.ord>=0 && cp->un.ord<=6) { 1119 sc->aria_mix_source = cp->un.ord; 1125 if (cp->un.ord == 0 || cp->un.ord == 1) { 1126 sc->aria_mix[ARIAMIX_MIC_LVL].mute =cp->un.ord; 1132 if (cp->un.ord == 0 || cp->un.ord == 1) { 1134 cp->un.ord; 1140 if (cp->un.ord == 0 || cp->un.ord == 1) [all...] |
| /src/usr.bin/mixerctl/ |
| mixerctl.c | 97 if (p->infp->un.e.member[i].ord == m->un.ord) 164 m->un.ord = p->infp->un.e.member[i].ord; 226 m->un.ord += inc; 227 if (m->un.ord < 0) 228 m->un.ord = p->infp->un.e.num_mem - 1; 229 if (m->un.ord >= p->infp->un.e.num_mem) 230 m->un.ord = 0;
|