HomeSort by relevance Sort by last modified time
    Searched defs:ah (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/tcpdump/
print-ah.c 1 /* $NetBSD: print-ah.c,v 1.4 1996/05/20 00:41:16 fvdl Exp $ */
32 #include "ah.h"
40 register const struct ah *ah; local
43 ah = (const struct ah *)bp;
45 ND_TCHECK(*ah);
47 sumlen = ah->ah_len << 2;
49 ND_PRINT((ndo, "AH(spi=0x%08x", EXTRACT_32BITS(&ah->ah_spi)))
    [all...]
ah.h 1 /* $NetBSD: ah.h,v 1.12 2000/07/23 05:23:04 itojun Exp $ */
2 /* $KAME: ah.h,v 1.12 2000/07/20 17:41:01 itojun Exp $ */
40 struct ah { struct
  /external/syslinux/dos/
free.c 10 static struct free_arena_header *__free_block(struct free_arena_header *ah)
14 pah = ah->a.prev;
15 nah = ah->a.next;
17 (char *)pah + pah->a.size == (char *)ah) {
19 pah->a.size += ah->a.size;
24 ah->a.type = ARENA_TYPE_DEAD;
27 ah = pah;
28 pah = ah->a.prev;
31 ah->a.type = ARENA_TYPE_FREE;
33 ah->next_free = __malloc_head.next_free
62 struct free_arena_header *ah; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMemRep4.c 51 mov ah, al local
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_rfkill.c 46 ath5k_hw_set_gpio_output(sc->ah, sc->rf_kill.gpio);
47 ath5k_hw_set_gpio(sc->ah, sc->rf_kill.gpio, !sc->rf_kill.polarity);
55 ath5k_hw_set_gpio_output(sc->ah, sc->rf_kill.gpio);
56 ath5k_hw_set_gpio(sc->ah, sc->rf_kill.gpio, sc->rf_kill.polarity);
61 struct ath5k_hw *ah = sc->ah; local
64 ath5k_hw_set_gpio_input(ah, sc->rf_kill.gpio);
65 curval = ath5k_hw_get_gpio(ah, sc->rf_kill.gpio);
66 ath5k_hw_set_gpio_intr(ah, sc->rf_kill.gpio, enable ?
74 /*ath5k_hw_set_gpio_input(sc->ah, sc->rf_kill.gpio);*
    [all...]
ath5k_attach.c 38 * @ah: The &struct ath5k_hw
40 static int ath5k_hw_post(struct ath5k_hw *ah)
59 init_val = ath5k_hw_reg_read(ah, cur_reg);
63 ath5k_hw_reg_write(ah, var_pattern, cur_reg);
64 cur_val = ath5k_hw_reg_read(ah, cur_reg);
73 ath5k_hw_reg_write(ah, var_pattern, cur_reg);
78 ath5k_hw_reg_write(ah, var_pattern, cur_reg);
79 cur_val = ath5k_hw_reg_read(ah, cur_reg);
88 ath5k_hw_reg_write(ah, var_pattern, cur_reg);
92 ath5k_hw_reg_write(ah, init_val, cur_reg)
115 struct ath5k_hw *ah; local
    [all...]
  /external/vboot_reference/host/lib/
fmap.c 51 FmapAreaHeader *ah; local
58 ah = (FmapAreaHeader*)((void *)fmap + sizeof(FmapHeader));
60 if (!strncmp(ah[i].area_name, name, FMAP_NAMELEN)) {
62 *ah_ptr = ah + i;
63 return ptr + ah[i].area_offset;
  /frameworks/base/media/java/android/media/
AudioHandle.java 41 AudioHandle ah = (AudioHandle)o; local
42 return mId == ah.id();
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_random.h 63 unsigned int ah; member in struct:__anon275
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_random.h 63 unsigned int ah; member in struct:__anon384
  /prebuilts/misc/windows/sdl2/include/
SDL_test_random.h 63 unsigned int ah; member in struct:__anon461
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_random.h 63 unsigned int ah; member in struct:__anon557
  /external/iptables/extensions/
libipt_ah.c 12 "ah match options:\n"
65 const struct ipt_ah *ah = (struct ipt_ah *)match->data; local
67 printf(" ah ");
68 print_spis("spi", ah->spis[0], ah->spis[1],
69 ah->invflags & IPT_AH_INV_SPI);
70 if (ah->invflags & ~IPT_AH_INV_MASK)
72 ah->invflags & ~IPT_AH_INV_MASK);
101 xt_xlate_add(xl, "ah spi%s ",
114 .name = "ah",
    [all...]
libip6t_ah.c 14 "ah match options:\n"
87 const struct ip6t_ah *ah = (struct ip6t_ah *)match->data; local
89 printf(" ah ");
90 print_spis("spi", ah->spis[0], ah->spis[1],
91 ah->invflags & IP6T_AH_INV_SPI);
92 print_len("length", ah->hdrlen,
93 ah->invflags & IP6T_AH_INV_LEN);
95 if (ah->hdrres)
98 if (ah->invflags & ~IP6T_AH_INV_MASK
    [all...]
  /external/syslinux/core/mem/
free.c 15 __free_block(struct free_arena_header *ah)
19 &__core_malloc_head[ARENA_HEAP_GET(ah->a.attrs)];
21 pah = ah->a.prev;
22 nah = ah->a.next;
24 (char *)pah+ARENA_SIZE_GET(pah->a.attrs) == (char *)ah ) {
27 ARENA_SIZE_GET(ah->a.attrs));
32 ARENA_TYPE_SET(ah->a.attrs, ARENA_TYPE_DEAD);
35 ah = pah;
36 pah = ah->a.prev;
39 ARENA_TYPE_SET(ah->a.attrs, ARENA_TYPE_FREE)
72 struct free_arena_header *ah; local
    [all...]
malloc.c 129 struct free_arena_header *ah, *nah; local
143 ah = (struct free_arena_header *)
146 head = &__core_malloc_head[ARENA_HEAP_GET(ah->a.attrs)];
149 if (ah->a.magic != ARENA_MAGIC)
154 //oldsize = ah->a.size;
155 oldsize = ARENA_SIZE_GET(ah->a.attrs);
167 nah = ah->a.next;
168 if ((char *)nah == (char *)ah + ARENA_SIZE_GET(ah->a.attrs) &&
174 ah->a.next = nah->a.next
    [all...]
  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 103 int ah = arcHeight.getInt(time); local
107 graphics.fillRoundRect(xt, yt, w, h, aw, ah);
111 graphics.drawRoundRect(xt, yt, w, h, aw, ah);
  /external/python/cpython3/Modules/_decimal/libmpdec/
typearith.h 75 uint32_t ah, al, bh, bl; local
78 ah = (uint32_t)(a>>32); al = (uint32_t)a;
85 hl = (uint64_t)ah * bl + carry;
93 hl = ((uint64_t)ah * bh + w[2]) + carry;
333 uint16_t ah, al, bh, bl;
336 ah = (uint16_t)(a>>16); al = (uint16_t)a;
343 hl = (uint32_t)ah * bl + carry;
351 hl = ((uint32_t)ah * bh + w[2]) + carry;
  /external/vboot_reference/futility/
cmd_load_fmap.c 98 FmapAreaHeader *ah; local
174 uint8_t *area_buf = fmap_find_by_name(buf, len, fmap, a, &ah);
181 if (0 != copy_to_area(f, area_buf, ah->area_size, a)) {
traversal.c 185 static void fmap_limit_area(FmapAreaHeader *ah, uint32_t len)
187 uint32_t sum = ah->area_offset + ah->area_size;
188 if (sum < ah->area_size || sum > len) {
190 __func__, ah->area_name,
191 ah->area_offset, ah->area_size, len);
192 ah->area_offset = 0;
193 ah->area_size = 0;
202 FmapAreaHeader *ah = 0 local
    [all...]
  /external/syslinux/core/
conio.c 112 uint8_t al, ah; local
118 ah = FlowInput;
120 al |= ah;
121 ah = FlowIgnore;
122 ah >>= 4;
125 ah |= 0x80;
127 *flowctl = al | (ah << 8);
274 uint8_t ah, al; local
279 ah = reg.eax.b[1];
289 if (ah & 0x0a
    [all...]
  /external/zlib/src/contrib/inflate86/
inffas86.c 193 " movb %%ah, %%cl\n" /* cl = this.bits */
194 " subb %%ah, %%bl\n" /* bits -= this.bits */
209 " movb %%ah, %%cl\n" /* cl = this.bits */
210 " subb %%ah, %%bl\n" /* bits -= this.bits */
259 " movb %%ah, %%cl\n"
260 " subb %%ah, %%bl\n" /* bits -= this.bits */
316 " movb %%al, %%ah\n"
509 " movb %%ah, %%cl\n" /* cl = this.bits */
510 " subb %%ah, %%bl\n" /* bits -= this.bits */
573 " movb %%ah, %%cl\n
970 mov ah, al local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttributeTest.java 87 int ah = a.hashCode(); local
89 assertFalse(ah == new Object().hashCode());
92 assertFalse(ah == new SimpleAttribute(SdkConstants.NS_RESOURCES,
96 assertFalse(ah == new SimpleAttribute(SdkConstants.NS_RESOURCES,
100 assertFalse(ah == new SimpleAttribute("uri", "name", "value = with space ").hashCode());
102 assertFalse(ah == new SimpleAttribute("uri", "wrong name", "value").hashCode());
104 assertEquals(ah, new SimpleAttribute(SdkConstants.NS_RESOURCES,
  /toolchain/binutils/binutils-2.27/zlib/contrib/inflate86/
inffas86.c 193 " movb %%ah, %%cl\n" /* cl = this.bits */
194 " subb %%ah, %%bl\n" /* bits -= this.bits */
209 " movb %%ah, %%cl\n" /* cl = this.bits */
210 " subb %%ah, %%bl\n" /* bits -= this.bits */
259 " movb %%ah, %%cl\n"
260 " subb %%ah, %%bl\n" /* bits -= this.bits */
316 " movb %%al, %%ah\n"
509 " movb %%ah, %%cl\n" /* cl = this.bits */
510 " subb %%ah, %%bl\n" /* bits -= this.bits */
573 " movb %%ah, %%cl\n
970 mov ah, al local
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 76 ApiHelper ah = ApiHelper.get(); local
77 ah.View_setSystemUiVisibility(mImageView, View.SYSTEM_UI_FLAG_LOW_PROFILE);

Completed in 910 milliseconds

1 2 3