HomeSort by relevance Sort by last modified time
    Searched full:free (Results 501 - 525 of 12366) sorted by null

<<21222324252627282930>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
symcat.h 3 Copyright (C) 1998, 2000 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2 of the License, or
16 with this program; if not, write to the Free Software Foundation, Inc.,
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
stdbool.h 1 /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
txCtrlBlk.c 92 * INPUTS: hTxCtrlBlk - The object to free
144 in the next free entery pointer. */
151 /* Write null in the next-free index of the last entry. */
169 Allocate a free control-block entry for the current Tx packet's parameters
172 first free entry.
178 txCtrlBlkEntry_t *pFirstFreeEntry; /* The first entry just points to the first free entry. */
181 pCurrentEntry = pFirstFreeEntry->pNextFreeEntry; /* Get free entry. */
183 /* If no free entries, print error (not expected to happen) and return NULL. */
188 ("txCtrlBlk_alloc(): No free entry, UsedEntries=%d\n", pTxCtrlBlk->numUsedEntries));
196 /* Link the first entry to the next free entry. *
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
txCtrlBlk.c 104 * INPUTS: hTxCtrlBlk - The object to free
135 in the next free entery pointer. Init also some other fields. */
144 /* Write null in the next-free index of the last entry. */
159 Allocate a free control-block entry for the current Tx packet's parameters
162 first free entry.
168 TTxCtrlBlk *pFirstFreeEntry; /* The first entry just points to the first free entry. */
175 pCurrentEntry = pFirstFreeEntry->pNextFreeEntry; /* Get free entry. */
178 /* If no free entries, print error (not expected to happen) and return NULL. */
181 TRACE1(pTxCtrlBlk->hReport, REPORT_SEVERITY_ERROR, "txCtrlBlk_alloc(): No free entry, UsedEntries=%d\n", pTxCtrlBlk->uNumUsedEntries);
188 /* Link the first entry to the next free entry. *
    [all...]
  /dalvik/vm/
RawDexFile.c 33 * Close a RawDexFile and free the struct.
41 free(pRawDexFile->cacheFileName);
42 free(pRawDexFile);
  /external/bison/m4/
dos.m4 6 # Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
7 # This file is free software; the Free Software Foundation
extensions.m4 3 # Copyright (C) 2003, 2006 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
mbswidth.m4 2 dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
unlocked-io.m4 4 # Free Software Foundation, Inc.
6 # This file is free software; the Free Software Foundation
  /external/blktrace/btt/
trace_plug.c 6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2 of the License, or
17 * along with this program; if not, write to the Free Software
trace_requeue.c 6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2 of the License, or
17 * along with this program; if not, write to the Free Software
  /external/bluetooth/bluez/audio/
control.h 9 * This program is free software; you can redistribute it and/or modify
11 * the Free Software Foundation; either version 2 of the License, or
20 * along with this program; if not, write to the Free Software
gateway.h 9 * This program is free software; you can redistribute it and/or modify
11 * the Free Software Foundation; either version 2 of the License, or
20 * along with this program; if not, write to the Free Software
gstrtpsbcpay.h 8 * This library is free software; you can redistribute it and/or
10 * License as published by the Free Software Foundation; either
19 * License along with this library; if not, write to the Free Software
gstsbcdec.h 8 * This library is free software; you can redistribute it and/or
10 * License as published by the Free Software Foundation; either
19 * License along with this library; if not, write to the Free Software
gstsbcenc.h 8 * This library is free software; you can redistribute it and/or
10 * License as published by the Free Software Foundation; either
19 * License along with this library; if not, write to the Free Software
gstsbcparse.h 8 * This library is free software; you can redistribute it and/or
10 * License as published by the Free Software Foundation; either
19 * License along with this library; if not, write to the Free Software

Completed in 53 milliseconds

<<21222324252627282930>>