Searched refs:up (Results 101 - 125 of 501) sorted by relevance

1234567891011>>

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A 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
/external/walt/arduino/
H A DREADME.md4 to set up the development environment.
/external/webrtc/webrtc/modules/video_coding/utility/
H A Dquality_scaler.cc143 void QualityScaler::AdjustScale(bool up) { argument
144 downscale_shift_ += up ? -1 : 1;
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
H A 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 stac
[all...]
/external/autotest/contrib/
H A Dremove_old_tests_in_tko.sql30 -- After tko_tests is cleaned up, we can start cleaning up tko_jobs, due to FK
/external/clang/test/PCH/
H A Dchain-cxx.cpp62 #error Header inclusion order messed up
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h250 // Opens the file 'file_name" and reads up to 'max_len' bytes.
408 unsigned long up; // NOLINT local
411 up = SANITIZER_WORDSIZE - 1 - __builtin_clzll(x);
413 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x);
416 _BitScanReverse64(&up, x);
418 _BitScanReverse(&up, x);
420 return up;
425 unsigned long up; // NOLINT local
428 up = __builtin_ctzll(x);
430 up
[all...]
/external/dhcpcd-6.8.2/
H A Dipv4ll.c174 time_t up; local
177 up = uptime();
178 if (state->defend + DEFEND_INTERVAL > up) {
188 state->defend = up;
/external/eigen/demos/opengl/
H A Dcamera.cpp93 Vector3f Camera::up(void) const function in class:Camera
105 Vector3f up = this->up(); local
110 camAxes.col(0) = up.cross( camAxes.col(2) ).normalized();
/external/libunwind/doc/
H A Dunw_backtrace.tex24 the calling program. The routine fills up to \Var{size} addresses in the array
32 calling \Func{backtrace}() is linked against \Prog{libunwind}, it may end up
H A Dunw_get_proc_info_by_ip.tex21 \Func{unw\_get\_proc\_info}(), except that the info is looked up by
23 because it is possible to look up the info for an arbitrary procedure,
29 address-space in which the instruction-pointer should be looked up.
30 For a look-up in the local address-space,
33 info should be looked up and \Var{pip} is a pointer to a structure of
/external/llvm/test/MC/ARM/
H A Dmacho-relocs-with-addend.s4 @ MachO relocations that end up expressed as internal
/external/llvm/utils/release/
H A Dmerge.sh87 svn up
/external/ltp/testcases/kernel/containers/netns/
H A Dnetns_helper.sh82 # Sets up global variables which can be used in test cases (documented above),
180 # Sets up NS_EXEC to use 'ns_exec', creates two network namespaces and stores
217 # Sets up NS_EXEC to use 'ip netns exec', creates two network namespaces
272 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 up ||
274 $NS_EXEC $NS_HANDLE1 $NS_TYPE ifconfig veth1 up ||
282 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link set veth0 up ||
284 $NS_EXEC $NS_HANDLE1 $NS_TYPE ip link set veth1 up ||
/external/ltp/testcases/network/can/filter-tests/
H A Dcan_run_tests.sh68 ip link set dev $VCAN up
71 tst_brkm TBROK "ip link set dev $VCAN up failed: ret - $ret"
/external/ltp/testcases/network/stress/route/
H A Droute4-ifdown121 # Make sure to clean up
224 # Down then up the interface
227 ifconfig $lhost_ifname down && ifconfig $lhost_ifname up
230 ip link set down dev $lhost_ifname && ip link set up dev $lhost_ifname
234 tst_resm TFAIL "Failed to down/up the interface"
H A Droute6-ifdown117 # Make sure to clean up
222 # Down then up the interface
225 ifconfig $lhost_ifname down && ifconfig $lhost_ifname up
228 ip link set down dev $lhost_ifname && ip link set up dev $lhost_ifname
232 tst_resm TFAIL "Failed to down/up the interface"
/external/ppp/pppd/
H A Dfsm.h102 void (*up) /* Called when fsm reaches OPENED state */ member in struct:fsm_callbacks
/external/ppp/pppd/plugins/pppoatm/
H A Datm.h105 int __t2q_get_rate(const char **text,int up);
/external/python/cpython2/Demo/turtle/
H A Dtdemo_lindenmayer_indian.py74 up()
/external/syslinux/core/
H A Dcallback.inc73 ; EAX is already set up to be CS:IP
100 ; We clean up SP here because we don't know if the
206 ; EDX already set up to be the RM return value
/external/syslinux/core/lwip/src/netif/ppp/
H A Dfsm.h106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member in struct:fsm_callbacks
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c117 unsigned char *up; local
198 for (up = u, udp = ud, i = 0; i < uvblksize;
199 ++i, up += uv_stride, udp += uvd_stride) {
200 memcpy(udp, up, uvblksize);
250 /* Set up the buffer pointers */
284 unsigned char *up = u_ptr + 4 * (i * show->uv_stride + j); local
291 for (k = 0; k < 4; ++k, up += show->uv_stride,
294 memcpy(udp, up, 4);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as58 protected var up:Object;
105 up = this.adaptor.createFromType(TokenConstants.UP, "UP");
120 stream.up = parent.up;
190 navNode = up;
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c54 ** for now, we just set things up so that in any of the five cases
339 register u_t * const up = malloc(sizeof *up); local
342 register u_t * const up = &u; local
347 if (up == NULL)
375 ** Set doaccess if '.' (as in "../") shows up in name.
386 nread = read(fid, up->buf, sizeof up->buf);
394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
395 ttisgmtcnt = (int) detzcode(up
[all...]

Completed in 651 milliseconds

1234567891011>>