Searched refs:od (Results 1 - 25 of 46) sorted by relevance

12

/external/syslinux/core/lwip/src/core/snmp/
H A Dmib2.c79 static void system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
80 static void system_get_value(struct obj_def *od, u16_t len, void *value);
81 static u8_t system_set_test(struct obj_def *od, u16_t len, void *value);
82 static void system_set_value(struct obj_def *od, u16_t len, void *value);
83 static void interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
84 static void interfaces_get_value(struct obj_def *od, u16_t len, void *value);
85 static void ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
86 static void ifentry_get_value(struct obj_def *od, u16_t len, void *value);
88 static u8_t ifentry_set_test (struct obj_def *od, u16_t len, void *value);
89 static void ifentry_set_value (struct obj_def *od, u16_
2075 noleafs_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
2083 noleafs_get_value(struct obj_def *od, u16_t len, void *value) argument
2091 noleafs_set_test(struct obj_def *od, u16_t len, void *value) argument
2101 noleafs_set_value(struct obj_def *od, u16_t len, void *value) argument
2117 system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
2198 system_get_value(struct obj_def *od, u16_t len, void *value) argument
2236 system_set_test(struct obj_def *od, u16_t len, void *value) argument
2272 system_set_value(struct obj_def *od, u16_t len, void *value) argument
2304 interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
2335 interfaces_get_value(struct obj_def *od, u16_t len, void *value) argument
2353 ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
2461 ifentry_get_value(struct obj_def *od, u16_t len, void *value) argument
2618 ifentry_set_test(struct obj_def *od, u16_t len, void *value) argument
2641 ifentry_set_value(struct obj_def *od, u16_t len, void *value) argument
2676 atentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
2721 atentry_get_value(struct obj_def *od, u16_t len, void *value) argument
2770 ip_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
2836 ip_get_value(struct obj_def *od, u16_t len, void *value) argument
2990 ip_set_test(struct obj_def *od, u16_t len, void *value) argument
3024 ip_addrentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3070 ip_addrentry_get_value(struct obj_def *od, u16_t len, void *value) argument
3146 ip_rteentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3211 ip_rteentry_get_value(struct obj_def *od, u16_t len, void *value) argument
3362 ip_ntomentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3412 ip_ntomentry_get_value(struct obj_def *od, u16_t len, void *value) argument
3468 icmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3492 icmp_get_value(struct obj_def *od, u16_t len, void *value) argument
3586 tcp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3647 tcp_get_value(struct obj_def *od, u16_t len, void *value) argument
3721 tcpconnentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3773 tcpconnentry_get_value(struct obj_def *od, u16_t len, void *value) argument
3791 udp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3815 udp_get_value(struct obj_def *od, u16_t len, void *value) argument
3841 udpentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3880 udpentry_get_value(struct obj_def *od, u16_t len, void *value) argument
3923 snmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) argument
3991 snmp_get_value(struct obj_def *od, u16_t len, void *value) argument
4096 snmp_set_test(struct obj_def *od, u16_t len, void *value) argument
4130 snmp_set_value(struct obj_def *od, u16_t len, void *value) argument
[all...]
/external/syslinux/core/lwip/src/include/lwip/
H A Dsnmp_structs.h109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
112 void (*get_value)(struct obj_def *od, u16_t len, void *value);
114 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
116 void (*set_value)(struct obj_def *od, u16_t len, void *value);
131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
132 void (*get_value)(struct obj_def *od, u16_t len, void *value);
133 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
134 void (*set_value)(struct obj_def *od, u16_t len, void *value);
149 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
150 void (*get_value)(struct obj_def *od, u16_
[all...]
/external/openssh/
H A Dsftp-glob.c65 fudge_readdir(struct SFTP_OPENDIR *od) argument
74 if (od->dir[od->offset] == NULL)
84 strlcpy(ret->d_name, od->dir[od->offset++]->filename, MAXPATHLEN);
86 strlcpy(ret->d_name, od->dir[od->offset++]->filename,
104 fudge_closedir(struct SFTP_OPENDIR *od) argument
106 free_sftp_dirents(od->dir);
107 free(od);
[all...]
/external/ltp/testcases/network/stress/ssh/
H A Dssh-stress02-rmt59 wait_sec=$(($(od -A n -d -N 1 /dev/random) * 3 / 255))
60 login_sec=$(($(od -A n -d -N 1 /dev/random) * 10 / 255))
H A Dssh-stress48 tst_check_cmds pkill sshd ssh od
/external/icu/icu4c/as_is/os400/
H A Dfixup-icu.sh36 bom8=`od -t x1 -N 3 $file|\
H A Dunpax-icu.sh110 od -t x1|\
/external/blktrace/btt/
H A Doutput.c285 #define OD_AVG(od, fld, q2c) \
286 (od. fld .n == 0) ? (double)0.0 : \
287 (100.0 * ((double)((od). fld . total) / q2c))
292 struct ohead_data od; local
294 memset(&od, 0, sizeof(od));
295 od.ofp = ofp;
300 dip_foreach_out(__output_dip_prep_ohead, &od);
302 if (od.q2g.n == 0 && od
845 struct __od od = { .ofp = ofp, .base = base }; local
[all...]
/external/icu/icu4c/as_is/os390/
H A Dunpax-icu.sh77 od -t x1|\
/external/libpng/contrib/tools/
H A DmakesRGB.c214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta; local
291 if (base != ob || delta != od)
294 ibase>>7, ob, od, base, delta, eco, ecbase);
297 printf("/* table[%u]={%u,%u} %u errors */\n", ibase>>7, ob, od,
/external/ltp/testcases/network/stress/interface/
H A Dif-addr-adddel38 local num=$(($(od -A n -d -N 1 /dev/random) * 253 / 255 + 2 ))
/external/dhcpcd-6.8.2/
H A Ddhcp-common.h117 const uint8_t *od, size_t ol);
H A Dif-options.c519 const struct dhcp_opt **od, size_t *odl,
533 *od = ifo->dhcp6_override;
546 *od = ifo->dhcp_override;
551 *od = NULL;
644 const struct dhcp_opt *d, *od; local
788 arg = set_option_space(ctx, arg, &d, &dl, &od, &odl, ifo,
790 if (make_option_mask(d, dl, od, odl, request, arg, 1) != 0 ||
791 make_option_mask(d, dl, od, odl, no, arg, -1) != 0 ||
792 make_option_mask(d, dl, od, odl, reject, arg, -1) != 0)
799 arg = set_option_space(ctx, arg, &d, &dl, &od,
516 set_option_space(struct dhcpcd_ctx *ctx, const char *arg, const struct dhcp_opt **d, size_t *dl, const struct dhcp_opt **od, size_t *odl, struct if_options *ifo, uint8_t *request[], uint8_t *require[], uint8_t *no[], uint8_t *reject[]) argument
[all...]
H A Ddhcp-common.c754 const struct dhcp_opt *opt, int vname, const uint8_t *od, size_t ol,
766 len = print_option(NULL, 0, opt->type, od, ol, ifname);
788 print_option(v, (size_t)len + 1, opt->type, od, ol, ifname); local
798 const uint8_t *od, size_t ol)
810 prefix, opt, 1, od, ol, ifname))
863 pfx, eopt, ov, od, e, ifname))
865 od += e;
886 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) {
905 od += eos + eol;
753 dhcp_envoption1(struct dhcpcd_ctx *ctx, char **env, const char *prefix, const struct dhcp_opt *opt, int vname, const uint8_t *od, size_t ol, const char *ifname) argument
793 dhcp_envoption(struct dhcpcd_ctx *ctx, char **env, const char *prefix, const char *ifname, struct dhcp_opt *opt, const uint8_t *(*dgetopt)(struct dhcpcd_ctx *, size_t *, unsigned int *, size_t *, const uint8_t *, size_t, struct dhcp_opt **), const uint8_t *od, size_t ol) argument
/external/ltp/testcases/network/virt/
H A Dvirt_lib.sh233 tst_check_cmds "od"
234 local b1=$(($(od -An -d -N1 /dev/urandom) % 254 + 1))
235 local b2=$(($(od -An -d -N1 /dev/urandom) % 254 + 1))
236 local b3=$(($(od -An -d -N1 /dev/urandom) % 254 + 1))
/external/clang/test/Sema/
H A Dext_vector_components.c74 float2 od(float3 x) { return x.odd; } function
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc230 FdDesc *od = fddesc(thr, pc, oldfd);
231 MemoryRead(thr, pc, (uptr)od, kSizeLog8);
233 init(thr, pc, newfd, ref(od->sync), write);
/external/doclava/res/assets/templates/assets/
H A Dprettify.js9 od="bsh",pd="csh",qd="sh",rd="break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None ",sd="cv",td="py",ud="caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END ",vd="perl",wd="pl",xd="pm",yd="break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END ",
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
/external/shflags/lib/
H A Dshunit2689 if [ -r '/dev/urandom' -a -x '/usr/bin/od' ]; then
690 _shunit_random_=`/usr/bin/od -vAn -N4 -tx4 </dev/urandom \
/external/toybox/
H A DAndroid.mk182 toys/posix/od.c \
328 od \
/external/libexif/contrib/watcom/
H A DMakefile34 OPTFLAGS= -5r -od -d2
87 #CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\
/external/iproute2/ip/
H A Diproute.c1326 char *od = NULL; local
1405 od = *argv;
1478 if (id || od) {
1489 if (od) {
1490 if ((idx = ll_name_to_index(od)) == 0) {
1491 fprintf(stderr, "Cannot find device \"%s\"\n", od);
/external/libopus/tests/
H A Dtest_opus_api.c574 OpusDecoder *od; local
575 err=opus_multistream_decoder_ctl(dec,OPUS_MULTISTREAM_GET_DECODER_STATE(j,&od));
578 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i));
588 OpusDecoder *od; local
589 err=opus_multistream_decoder_ctl(dec,OPUS_MULTISTREAM_GET_DECODER_STATE(j,&od));
592 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i));
/external/vboot_reference/utility/
H A Ddev_debug_vboot369 loghead od -Ax -tx1 "${kfile}"
/external/toybox/generated/
H A Dglobals.h1176 // toys/posix/od.c
1508 struct od_data od; member in union:global_union

Completed in 1956 milliseconds

12