Searched refs:g (Results 1 – 9 of 9) sorted by relevance
| /external/lib/lwip/include/ipv6/lwip/ |
| A D | ip_addr.h | 71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument 74 … (ipaddr)->addr[3] = htonl(((g & 0xffff) << 16) | (h & 0xffff)); } while(0)
|
| /external/platform/stellaris/ti-driverlib/ |
| A D | makedefs | 168 CFLAGS+=-g -D DEBUG 194 @sed -i -r 's/ ([A-Za-z]):/ \/cygdrive\/\1/g' ${@:.o=.d} 209 @sed -i -r 's/ ([A-Za-z]):/ \/cygdrive\/\1/g' ${@:.o=.d}
|
| A D | MANIFEST.TXT | 12 the licensee (e.g. BSD, GPLv2, TI TSPA License, TI Commercial License). See
|
| /external/lib/lwip/netif/ppp/ |
| A D | auth.c | 331 struct group *g; 334 g = getgrnam(*argv); 335 if (g == 0) { 340 if (groups[i] == g->gr_gid) {
|
| A D | ppp.c | 1468 sifdefaultroute(int pd, u32_t l, u32_t g) in sifdefaultroute() argument 1474 LWIP_UNUSED_ARG(g); in sifdefaultroute() 1492 cifdefaultroute(int pd, u32_t l, u32_t g) in cifdefaultroute() argument 1498 LWIP_UNUSED_ARG(g); in cifdefaultroute()
|
| /external/platform/stm32f0xx/CMSIS/ |
| A D | CMSIS_END_USER_LICENCE_AGREEMENT.txt | 4 …ut are not themselves expressly set forth in the CMSIS-DAP Specification (e.g. compiler front ends… 17 …erables, but are not themselves expressly set forth in the Deliverables (e.g. compiler front ends… 79 (g) ./CMSIS/Pack – Example Device Family Pack 81 The above components (f – g) are licensed to you under the terms of the zlib licence, which is inco…
|
| /external/platform/pico/rp2_common/pico_standard_link/ |
| A D | memmap_blocked_ram.ld | 68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
| A D | memmap_default.ld | 68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 324 # definitions whose arguments contain STL classes (e.g. func(std::string); 372 # type (e.g. under the Public Functions section). Set it to NO to prevent 380 # are shown inside the group in which they are included (e.g. using \ingroup) 1123 # that doxygen needs, which is dependent on the configuration options used (e.g. 1166 # Note: The order of the extra style sheet files is of importance (e.g. the last 1277 # set bundle. This should be a reverse domain-name style string, e.g. 1286 # string, e.g. com.mycompany.MyDocSet.documentation. 1743 # Note: The order of the extra style sheet files is of importance (e.g. the last 1802 # bibliography, e.g. plainnat, or ieeetr. See 2081 # defined before the preprocessor is started (similar to the -D option of e.g.
|
Completed in 17 milliseconds