Searched refs:up (Results 226 - 250 of 501) sorted by relevance

1234567891011>>

/external/syslinux/core/
H A Ddiskstart.inc181 ; All loaded up, verify that we got what we needed.
226 ; by loading up to a whole track at a time, but the user
290 ; waiting for the floppy disk to spin up.
324 ; up to 2^18 tracks, so we need to use 32-bit arithmetric.
H A Dpm.inc104 lidt [PM_IDT_ptr] ; Set up the IDT
118 mov al,PM_DS32 ; Set up data segments
169 mov ds,dx ; Set up sane segments
251 A20Tries resb 1 ; Times until giving up on A20
343 ; Oh bugger. A20 is not responding. Try frobbing it again; eventually give up
435 ; set up...)
/external/syslinux/core/lwip/src/netif/ppp/
H A Dfsm.c118 * fsm_lowerup - The lower layer is up.
207 * fsm_open - Link is allowed to come up.
512 if (f->callbacks->up) {
513 (*f->callbacks->up)(f); /* Inform upper layers */
573 if (f->callbacks->up) {
574 (*f->callbacks->up)(f); /* Inform upper layers */
834 * Make up the request packet
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dmatrix_transform.hpp280 /// @param up Normalized up vector, how the camera is oriented. Typically (0, 0, 1)
287 detail::tvec3<T, P> const & up);
/external/walt/docs/
H A DAudioLatency.md15 1. Timestamp events as close to hardware as possible. Most events up the stack can be easily timed with software alone.
20 In order to avoid warm up latency during audio playback it is
21 [recommended to constantly enqueue buffers containing silence](http://googlesamples.github.io/android-audio-high-performance/guides/audio-output-latency.html#avoid-warm-up-latency).
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action.sh29 ifconfig $GIFNAME 192.168.42.1 up
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py330 be packaged up in the error node. The exception could be useful
1322 are set. Walk depth first, visit bottom up. Only updates nodes
1649 If you don't want to buffer up nodes, then this method makes no
1781 up = None
1790 up = None
1803 up = parent.up
1816 if up is not None:
1817 self.up = up
[all...]
/external/libpng/
H A Dpngwrite.c29 png_const_unknown_chunkp up; local
33 for (up = info_ptr->unknown_chunks;
34 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
35 ++up)
36 if ((up->location & where) != 0)
42 int keep = png_handle_as_unknown(png_ptr, up->name);
57 ((up->name[3] & 0x20) /* safe-to-copy overrides everything */ ||
64 if (up->size == 0)
67 png_write_chunk(png_ptr, up->name, up
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngwrite.c29 png_const_unknown_chunkp up; local
33 for (up = info_ptr->unknown_chunks;
34 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
35 ++up)
36 if ((up->location & where) != 0)
42 int keep = png_handle_as_unknown(png_ptr, up->name);
57 ((up->name[3] & 0x20) /* safe-to-copy overrides everything */ ||
64 if (up->size == 0)
67 png_write_chunk(png_ptr, up->name, up
[all...]
/external/skia/third_party/libpng/
H A Dpngwrite.c29 png_const_unknown_chunkp up; local
33 for (up = info_ptr->unknown_chunks;
34 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
35 ++up)
36 if ((up->location & where) != 0)
42 int keep = png_handle_as_unknown(png_ptr, up->name);
57 ((up->name[3] & 0x20) /* safe-to-copy overrides everything */ ||
64 if (up->size == 0)
67 png_write_chunk(png_ptr, up->name, up
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc244 // [...] range, then we need to give up, we don't know
/external/ltp/testcases/lib/
H A Dtest_net.sh30 ROD ip netns exec ltp_ns ip li set lo up
225 ip link set $iface up
234 tst_rhost_run -c "ip link set $iface up"
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
H A Dosf.S62 # Load up all of the (potential) argument registers.
168 # Load up the return value in the proper type.
/external/python/cpython2/PC/VS9.0/
H A Drt.bat12 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
/external/python/cpython2/PCbuild/
H A Drt.bat12 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DProcess.inc98 // their operation. To prevent the disk from filling up, this configuration
109 // Windows also has modal pop-up message boxes. As this method is used by
127 // way to know what the encoding is. The only reliable way to look up
/external/walt/
H A DREADME.md13 * [Tap latency](docs/TapLatency.md) - time from the moment a finger-like probe touches down (or up) on the screen
/external/webrtc/tools/valgrind-webrtc/
H A Dwebrtc_tests.bat45 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1
/external/curl/packages/vms/
H A Dcompare_curl_source.com15 $! 3. Keep a copy directory up to date. The third is needed by
56 $! source is up to date.
70 $! source is up to date.
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex44 possible to hook up \Prog{libunwind} to another process via
63 up from \Var{\_UPT\_accessors}, but doing so would prevent static
87 resources are freed up.
/external/v8/benchmarks/
H A Draytrace.js549 up: null,
552 initialize : function(pos, lookAt, up) {
555 this.up = up;
556 this.equator = lookAt.normalize().cross(this.up);
565 Flog.RayTracer.Vector.prototype.multiplyScalar(this.up, vy)
/external/dnsmasq/src/
H A Doption.c2256 struct interface_name *new, **up; local
2268 for (up = &daemon->int_names; *up; up = &((*up)->next));
2269 *up = new;
2686 struct dhcp_config *configs, *cp, **up; local
2689 for (up = &daemon->dhcp_conf, configs = daemon->dhcp_conf; configs; configs = cp)
2710 *up = configs->next;
2714 up
2723 struct dhcp_opt *opts, *cp, **up; local
[all...]
/external/syslinux/memdisk/
H A Dmemdisk16.asm146 ; When init32 returns, we have been set up, the new boot sector loaded,
165 ; We enter protected mode, set up a flat 32-bit environment, run rep movsd
353 ; Oh bugger. A20 is not responding. Try frobbing it again; eventually give up
565 o32 lgdt [call32_gdt] ; Set up GDT
566 o32 lidt [call32_pmidt] ; Set up IDT
581 mov al,28h ; Set up data segments
597 ; Set up a temporary stack in the bounce buffer;
/external/selinux/libsepol/src/
H A Dhierarchy.c564 user_datum_t *up = NULL; local
569 up = a->p->user_val_to_struct[u->bounds - 1];
571 if (up && !ebitmap_contains(&up->roles.roles, &u->roles.roles)) {
573 (char *) k, a->p->p_user_val_to_name[up->s.value - 1]);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java695 UnionPattern up = new UnionPattern();
705 up.setPatterns(patterns);
707 return up;

Completed in 1907 milliseconds

1234567891011>>