Home
last modified time | relevance | path

Searched refs:g (Results 1 – 14 of 14) sorted by relevance

/lk-master/platform/lpc43xx/
A Dudc-common.c89 static unsigned udc_ifc_desc_size(udc_gadget_t *g) { in udc_ifc_desc_size() argument
90 return 9 + g->ifc_endpoints * 7; in udc_ifc_desc_size()
93 static void udc_ifc_desc_fill(udc_gadget_t *g, unsigned ifcn, unsigned char *data) { in udc_ifc_desc_fill() argument
100 data[4] = g->ifc_endpoints; in udc_ifc_desc_fill()
101 data[5] = g->ifc_class; in udc_ifc_desc_fill()
102 data[6] = g->ifc_subclass; in udc_ifc_desc_fill()
103 data[7] = g->ifc_protocol; in udc_ifc_desc_fill()
104 data[8] = udc_string_desc_alloc(g->ifc_string); in udc_ifc_desc_fill()
107 for (n = 0; n < g->ifc_endpoints; n++) { in udc_ifc_desc_fill()
108 udc_ept_desc_fill(g->ept[n], data); in udc_ifc_desc_fill()
/lk-master/external/lib/lwip/include/ipv6/lwip/
A Dip_addr.h71 #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)
/lk-master/arch/x86/
A Ddescriptor.c28 uint8_t g : 1; member
56 _gdt[index].seg_desc_legacy.g = gran != 0; // granularity in set_global_desc()
/lk-master/lib/tga/
A Dtga.c59 uint r,g,b; in decode_2byte() local
62 g = (((in[0] >> 5) & 0x7) | ((in[1] & 0x3) << 3)) << 3; in decode_2byte()
65 gfx_putpixel(surface, x, y, 0xff000000 | r << 16 | g << 8 | b); in decode_2byte()
/lk-master/app/tests/
A Dbenchmarks.c174 uint32_t a = 0, b = 0, c = 0, d = 0, e = 0, f = 0, g = 0, h = 0; in arm_bench_multi_issue() local
186 asm volatile ("and %0, %0, %0" : "=r" (g) : "r" (g)); in arm_bench_multi_issue()
/lk-master/make/
A Dmacros.mk21 LC = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,…
22 UC = $(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,…
/lk-master/external/platform/stellaris/ti-driverlib/
A Dmakedefs168 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 DMANIFEST.TXT12 the licensee (e.g. BSD, GPLv2, TI TSPA License, TI Commercial License). See
/lk-master/external/lib/lwip/netif/ppp/
A Dauth.c331 struct group *g;
334 g = getgrnam(*argv);
335 if (g == 0) {
340 if (groups[i] == g->gr_gid) {
A Dppp.c1468 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()
/lk-master/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt4 …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…
/lk-master/external/platform/pico/rp2_common/pico_standard_link/
A Dmemmap_blocked_ram.ld68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
A Dmemmap_default.ld68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile324 # 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