Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/external/tcpdump/
Dprint-udp.c111 vat_print(const void *hdr, register const struct udphdr *up) in vat_print() argument
118 (u_int32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up)), in vat_print()
125 (u_int32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8), in vat_print()
137 rtp_print(const void *hdr, u_int len, register const struct udphdr *up) in rtp_print() argument
144 u_int dlen = EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8; in rtp_print()
288 register const struct udphdr *up, in udp_cksum() argument
314 return in_cksum((u_short *)up, len, in udp_cksum()
319 static int udp6_cksum(const struct ip6_hdr *ip6, const struct udphdr *up, in udp6_cksum() argument
347 sp = (const u_int16_t *)up; in udp6_cksum()
423 register const struct udphdr *up; in udp_print() local
[all …]
Dprint-gre.c340 const u_char *up = bp; in gre_sre_ip_print() local
361 ((bp - up) == sreoff) ? "*" : "", in gre_sre_ip_print()
373 const u_char *up = bp; in gre_sre_asn_print() local
393 ((bp - up) == sreoff) ? "*" : "", in gre_sre_asn_print()
/external/elfutils/libdw/
Dmemory-access.h154 const union unaligned *up = p; in read_2ubyte_unaligned() local
156 return bswap_16 (up->u2); in read_2ubyte_unaligned()
157 return up->u2; in read_2ubyte_unaligned()
162 const union unaligned *up = p; in read_2sbyte_unaligned() local
164 return (int16_t) bswap_16 (up->u2); in read_2sbyte_unaligned()
165 return up->s2; in read_2sbyte_unaligned()
171 const union unaligned *up = p; in read_4ubyte_unaligned_noncvt() local
172 return up->u4; in read_4ubyte_unaligned_noncvt()
177 const union unaligned *up = p; in read_4ubyte_unaligned() local
179 return bswap_32 (up->u4); in read_4ubyte_unaligned()
[all …]
/external/dosfstools/src/
Dlfn.c93 const unsigned char *up; in cnv_unicode() local
97 for( len = 0, up = uni; (up-uni)/2 < maxlen && (up[0] || up[1]); up += 2 ){ in cnv_unicode()
98 if (UNICODE_CONVERTABLE(up[0],up[1])) in cnv_unicode()
105 for( up = uni; (up-uni)/2 < maxlen && (up[0] || up[1]); up += 2 ) { in cnv_unicode()
106 if (UNICODE_CONVERTABLE(up[0],up[1])) in cnv_unicode()
107 *cp++ = up[0]; in cnv_unicode()
111 val = (up[1] << 8) + up[0]; in cnv_unicode()
/external/libpng/
Dpngwrite.c104 png_unknown_chunk *up; in png_write_info_before_PLTE() local
108 for (up = info_ptr->unknown_chunks; in png_write_info_before_PLTE()
109 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num; in png_write_info_before_PLTE()
110 up++) in png_write_info_before_PLTE()
112 int keep=png_handle_as_unknown(png_ptr, up->name); in png_write_info_before_PLTE()
114 up->location && !(up->location & PNG_HAVE_PLTE) && in png_write_info_before_PLTE()
115 !(up->location & PNG_HAVE_IDAT) && in png_write_info_before_PLTE()
116 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || in png_write_info_before_PLTE()
119 if (up->size == 0) in png_write_info_before_PLTE()
121 png_write_chunk(png_ptr, up->name, up->data, up->size); in png_write_info_before_PLTE()
[all …]
/external/qemu/distrib/libpng-1.2.19/
Dpngwrite.c100 png_unknown_chunk *up; in png_write_info_before_PLTE() local
104 for (up = info_ptr->unknown_chunks; in png_write_info_before_PLTE()
105 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num; in png_write_info_before_PLTE()
106 up++) in png_write_info_before_PLTE()
108 int keep=png_handle_as_unknown(png_ptr, up->name); in png_write_info_before_PLTE()
110 up->location && !(up->location & PNG_HAVE_PLTE) && in png_write_info_before_PLTE()
111 !(up->location & PNG_HAVE_IDAT) && in png_write_info_before_PLTE()
112 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || in png_write_info_before_PLTE()
115 png_write_chunk(png_ptr, up->name, up->data, up->size); in png_write_info_before_PLTE()
267 png_unknown_chunk *up; in png_write_info() local
[all …]
/external/dropbear/libtommath/
Dchanges.txt18 -- [rinick@gmail.com] reported the makefile.bcc was messed up. Fixed.
49 …-- Added "large" diminished radix support. Speeds up things like DSA where the moduli is of the f…
54 …As of this release the API will freeze. At least until the book catches up with all the changes. …
96 -- Sped up mp_cnt_lsb() by using a 4x4 table [e.g. 4x speedup]
101 … I've cleaned them all up to be a little more consistent [along with one bug fix] for this release.
106 …++ N.B. My semester is almost up so expect updates to the textbook to be posted to the libtomcryp…
127 -- Picked up a second wind. I'm filled with Gooo. Mission Gooo!
129 -- Sped up mp_div_d() [general case] to use only one division per digit instead of two.
148 -- Cleaned up mp_mul_d() to be much easier to read and follow.
156 -- Beefed up the comments in the baseline multipliers [and montgomery]
[all …]
/external/skia/src/svg/
DSkSVGParser.cpp394 SkSVGElement* up = parent; in CreateElement() local
395 while (up && up->fIsDef == false) { in CreateElement()
396 up->fIsDef = true; in CreateElement()
397 up = up->fParent; in CreateElement()
401 SkSVGElement* up = parent; in CreateElement() local
402 while (up && up->fIsNotDef == false) { in CreateElement()
403 up->fIsNotDef = true; in CreateElement()
404 up = up->fParent; in CreateElement()
/external/elfutils/libasm/
Dasm_align.c86 rwlock_wrlock (asmscn->data.up->ctx->lock);
88 if (asmscn->data.up->max_align < value)
89 asmscn->data.up->max_align = value;
91 rwlock_unlock (asmscn->data.up->ctx->lock);
Dasm_newsubscn.c39 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
66 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
/external/netcat/
DChangelog18 cleaned up routine-header comments
30 almost-1.00 release up for FTP, but not announced yet
73 cleaned up big LSRR explanation comment
76 report of closing stdin fucking up Solaris. Not tried yet.
82 genned up some more data dumps: pmap-mnt.d, showmount.d,
97 stuck 1.08 prerelease up for FTP
109 RELEASE version tested everywhere I could get to, up for FTP
/external/libffi/src/powerpc/
Dppc_closure.S44 # we want to build up an areas for the parameters passed
69 # set up registers for the routine that actually does the work
73 # now load up the pointer to the result storage
76 # now load up the pointer to the saved gpr registers
79 # now load up the pointer to the saved fpr registers */
82 # now load up the pointer to the outgoing parameter
91 # so use it to look up in a table
94 # look up the proper starting point in table
Dlinux64_closure.S79 # set up registers for the routine that actually does the work
83 # now load up the pointer to the result storage
86 # now load up the pointer to the parameter save area
90 # now load up the pointer to the saved fpr registers */
98 # so use it to look up in a table
101 # look up the proper starting point in table
/external/libffi/src/s390/
Dsysv.S50 basr %r13,0 # Set up base register
52 lr %r11,%r15 # Set up frame pointer
60 st %r11,0(%r15) # Set up back chain
122 basr %r13,0 # Set up base register
127 lr %r1,%r15 # Set up stack frame
135 st %r1,0(%r15) # Set up back chain
253 larl %r13,.Lbase # Set up base register
254 lgr %r11,%r15 # Set up frame pointer
261 stg %r11,0(%r15) # Set up back chain
331 lgr %r1,%r15 # Set up stack frame
[all …]
/external/openssl/crypto/conf/
DREADME10 starts up: that is before it starts any threads.
12 The routines read a configuration file set up like this:
34 string (module* in the above example) is looked up and its init
43 When the application closes down the modules are cleaned up by calling
49 loaded is the first one cleaned up.
/external/srec/doc/logs/uapi/
Drun_robustness2.log45 Woke up
71 Woke up
97 Woke up
123 Woke up
149 Woke up
175 Woke up
201 Woke up
227 Woke up
253 Woke up
279 Woke up
[all …]
/external/ppp/android/
DAndroid.mk20 LOCAL_SRC_FILES := ip-up-vpn.c
22 LOCAL_MODULE := ip-up-vpn
/external/e2fsprogs/doc/
Dlibext2fs.texinfo120 @comment node-name, next, previous, up
127 @comment node-name, next, previous, up
143 @comment node-name, next, previous, up
165 @comment node-name, next, previous, up
213 @comment node-name, next, previous, up
246 @comment node-name, next, previous, up
251 @code{ext2fs_allocate_tables} do much of the initial work for setting up
253 calls @code{ext2fs_initialize} to set up the filesystem superblock, and
361 @comment node-name, next, previous, up
405 @comment node-name, next, previous, up
[all …]
/external/openssl/crypto/store/
DREADME49 Key ID, Issuer/Serial Hash or Subject to look up issuer certificates.
50 S/MIME applications would typically use Email to look up recipient
63 get_object - to look up one object
86 used to set up a lookup. That's where the attributes to use in
87 the search are set up. It returns a search context. list_next
/external/dropbear/libtomcrypt/
Dchanges19 …-- Various other small fixes to the ECC code to clean up error handling (I think most of that was …
20 …All of the errors were in cleaning up from heap failures. So they were not likely to be triggered…
28 v1.15 -- Andreas Lange found that if sha256_init DID fail in fortuna it wouldn't clean up the state…
51 -- Sped up F8 mode with LTC_FAST
70 -- clean up of SHA-256
89 v1.13 -- Fixed to fortuna_start() to clean up state if an error occurs. Not really useful at this …
91 …-- Mike Marin submitted a whole bunch of patches for fixing up the libs on traditional UNIX platfo…
111 You can tune it somewhat with FP_LUT (default to 8) for look-up width.
142 …-- vastly sped up gcm_gf_mult() when LTC_FAST is defined. This speeds up LRW and GCM state creati…
154 … for the makefiles. So when I add new files/dirs it can automatically fix up the makefiles [all f…
[all …]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
DREADME17 - avoid backing up
43 shortened, introducing backing-up
56 wc5 5.7 -Cf; ouch, backing up is expensive
/external/webkit/WebCore/css/qt/
DmediaControls-extras.css52 the controls we don't use, so they don't mess up activation and event handling */
71 the controls we don't use, so they don't mess up activation and event handling */
82 the controls we don't use, so they don't mess up activation and event handling */
93 the controls we don't use, so they don't mess up activation and event handling */
/external/icu4c/i18n/unicode/
Dcalendar.h535 inline void roll(EDateFields field, UBool up, UErrorCode& status);
560 inline void roll(UCalendarDateFields field, UBool up, UErrorCode& status);
2124 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) in roll() argument
2126 roll(field, (int32_t)(up ? +1 : -1), status); in roll()
2130 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) in roll() argument
2132 roll((UCalendarDateFields) field, up, status); in roll()
/external/icu4c/samples/translit/
DREADME.TXT46 Greek. Set up the program, build it, and run it.
50 The Greek text shows up almost entirely as Unicode escapes. These
60 Some of the text is still unreadable and shows up as Unicode escape
83 base character. Wrap this all up in a subclass of the
/external/libffi/src/sparc/
Dv8.S45 sub %sp, %i2, %sp ! alloca() space in stack for frame to set up
47 ! frame to set up
49 mov %l0, %o0 ! call routine to set up frame
145 ! Load up the return value in the proper type.

12345678910>>...20