HomeSort by relevance Sort by last modified time
    Searched refs:ea (Results 1 - 25 of 65) sorted by null

1 2 3

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
ethernet.h 81 #define ETHER_FILL_MCAST_ADDR_FROM_IP(ea, mgrp_ip) { \
82 ((uint8 *)ea)[0] = 0x01; \
83 ((uint8 *)ea)[1] = 0x00; \
84 ((uint8 *)ea)[2] = 0x5e; \
85 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
86 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
87 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
105 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
ethernet.h 81 #define ETHER_FILL_MCAST_ADDR_FROM_IP(ea, mgrp_ip) { \
82 ((uint8 *)ea)[0] = 0x01; \
83 ((uint8 *)ea)[1] = 0x00; \
84 ((uint8 *)ea)[2] = 0x5e; \
85 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
86 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
87 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
105 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2)
    [all...]
  /dalvik/tests/etc/
reference-run-test-classes 60 ${JAVA} ${DEBUG_OPTS} -ea ${VERIFY_ARG} -classpath classes Main "$@"
host-run-test-jar 158 $DEX_VERIFY $DEX_OPTIMIZE $DEX_DEBUG $GC_OPTS "-Xint:${INTERP}" -ea \
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 242 float ea = acos(orth_p1p2.x() / orth_p1p2_length); local
244 ea = 2 * piDouble - ea;
245 if ((sa > ea) && ((sa - ea) < piDouble))
247 if ((sa < ea) && ((ea - sa) > piDouble))
252 addArc(p, radius, sa, ea, anticlockwise);
277 float ea = rad2deg(ear); local
286 if ((!anticlockwise && (ea - sa >= 360)) || (anticlockwise && (sa - ea >= 360)))
    [all...]
  /external/bluetooth/hcidump/parser/
rfcomm.h 66 /* Used for setting the EA field in different packets, really neccessary? */
67 #define EA 1
206 uint8_t ea:1; member in struct:address_field
213 uint8_t ea:1; member in struct:short_length
219 uint8_t ea:1; member in struct:long_length::bits
250 uint8_t ea:1; member in struct:mcc_type
279 uint8_t ea:1; member in struct:v24_signals
289 uint8_t ea:1; member in struct:break_signals
355 uint8_t ea:1; member in struct:address_field
360 uint8_t ea:1 member in struct:short_length
366 uint8_t ea:1; member in struct:long_length::bits
397 uint8_t ea:1; member in struct:mcc_type
429 uint8_t ea:1; member in struct:v24_signals
437 uint8_t ea:1; member in struct:break_signals
    [all...]
  /libcore/luni/src/test/resources/
blob.c 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  /device/ti/panda/audio/test/
test-signal 7 aliquip ex ea commodo consequat. Duis aute irure dolor in
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 78 struct ether_addr ea; member in struct:__anon15387
138 struct ether_addr ea; local
140 os_memset(&ea, enable ? 0xff : 0, sizeof(ea));
160 broadcom_ioctl(drv, 122, &ea, sizeof(ea));
218 os_memcpy(&wkt.ea, addr, sizeof(wkt.ea));
222 broadcom_ioctl(drv, 121, &wkt.ea, sizeof(wkt.ea));
    [all...]
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 56 ExceptionsAttribute ea = orig.getExceptionsAttribute(); local
57 if (ea != null)
58 minfo.addAttribute(ea.copy(cp, null));
115 ExceptionsAttribute ea = orig.getExceptionsAttribute(); local
116 if (ea != null)
117 minfo.addAttribute(ea.copy(cp, null));
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 245 float ea = acos(orth_p1p2.x() / orth_p1p2_length); local
247 ea = 2 * piDouble - ea;
248 if ((sa > ea) && ((sa - ea) < piDouble))
250 if ((sa < ea) && ((ea - sa) > piDouble))
255 addArc(p, radius, sa, ea, anticlockwise);
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidBufferedInputStreamTest.java 37 ByteArrayInputStream ea = new ByteArrayInputStream(str.getBytes()); local
72 BufferedInputStream e = new BufferedInputStream(ea, 11);
OldAndroidLineNumberReaderTest.java 38 StringReader ea = new StringReader(str); local
72 LineNumberReader e = new LineNumberReader(ea);
  /packages/inputmethods/LatinIME/tools/makedict/etc/
makedict 63 exec java -ea -Djava.ext.dirs="$frameworkdir" -jar "$jarpath" "$@"
  /packages/inputmethods/LatinIME/tools/maketext/etc/
maketext 63 exec java -ea -jar "$jarpath" "$@"
  /external/valgrind/main/exp-sgcheck/
sg_main.c 893 /* Generate a piece of text showing 'ea' is relative to 'invar', if
900 Invar* inv, Addr ea )
928 if (ea < block) {
929 *absDelta = block - ea;
932 else if (ea >= block + szB) {
933 *absDelta = ea - (block + szB);
938 VG_(sprintf)(buf, "%'lu inside", ea - block);
1479 UWord ea = w1 + w2; local
1497 Addr ea = calculate_StackBlock_EA( blk, sp, fp ); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-api.h 65 typedef void (*pa_io_event_cb_t)(pa_mainloop_api*ea, pa_io_event* e, int fd, pa_io_event_flags_t events, void *userdata);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 65 typedef void (*pa_io_event_cb_t)(pa_mainloop_api*ea, pa_io_event* e, int fd, pa_io_event_flags_t events, void *userdata);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 65 typedef void (*pa_io_event_cb_t)(pa_mainloop_api*ea, pa_io_event* e, int fd, pa_io_event_flags_t events, void *userdata);
  /external/javassist/src/main/javassist/expr/
Expr.java 154 ExceptionsAttribute ea = thisMethod.getExceptionsAttribute(); local
155 if (ea != null) {
156 String[] exceptions = ea.getExceptions();
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 219 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool clockwise)
222 if (isfinite(sa) && isfinite(ea))
223 CGPathAddArc(m_path, 0, p.x(), p.y(), r, sa, ea, clockwise);
  /external/valgrind/main/cachegrind/
cg_main.c 446 having the same size and EA can be merged).
493 IRAtom* ea; member in struct:__anon13680::__anon13681::__anon13683
497 IRAtom* ea; member in struct:__anon13680::__anon13681::__anon13684
501 IRAtom* ea; member in struct:__anon13680::__anon13681::__anon13685
520 case Ev_Dr: return ev->Ev.Dr.ea;
521 case Ev_Dw: return ev->Ev.Dw.ea;
522 case Ev_Dm: return ev->Ev.Dm.ea;
611 VG_(printf)("Dr %p %d EA=", ev->inode, ev->Ev.Dr.szB);
612 ppIRExpr(ev->Ev.Dr.ea);
616 VG_(printf)("Dw %p %d EA=", ev->inode, ev->Ev.Dw.szB)
    [all...]
  /external/valgrind/main/callgrind/
main.c 200 having the same size and EA can be merged).
248 IRAtom* ea; member in struct:__anon13697::__anon13698::__anon13700
252 IRAtom* ea; member in struct:__anon13697::__anon13698::__anon13701
256 IRAtom* ea; member in struct:__anon13697::__anon13698::__anon13702
277 case Ev_Dr: return ev->Ev.Dr.ea;
278 case Ev_Dw: return ev->Ev.Dw.ea;
279 case Ev_Dm: return ev->Ev.Dm.ea;
333 VG_(printf)("Dr (InstrInfo %p) at +%d %d EA=",
335 ppIRExpr(ev->Ev.Dr.ea);
339 VG_(printf)("Dw (InstrInfo %p) at +%d %d EA="
    [all...]
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 172 ExceptionsAttribute ea = getExceptionsAttribute(); local
173 if (ea != null)
174 newAttributes.add(ea);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 170 static int eth_get(const char *device, u8 ea[ETH_ALEN])
193 os_memcpy(ea, physaddr, ETH_ALEN);
219 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen);

Completed in 766 milliseconds

1 2 3