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

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtomcrypt/
fixupind.pl 1 open(IN,"<crypt.ind");
3 $a = <IN>;
5 while (<IN>) {
9 close IN;
  /hardware/ti/omap3/dspbridge/inc/
dbdcd.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
55 * This function automatically registers DCD objects specified in a
75 extern DSP_STATUS DCD_AutoRegister(IN struct DCD_MANAGER* hDcdMgr,
76 IN CHAR * pszCoffPath);
81 * This function automatically unregisters DCD objects specified in a
101 extern DSP_STATUS DCD_AutoUnregister(IN struct DCD_MANAGER* hDcdMgr,
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
138 extern DSP_STATUS DCD_DestroyManager(IN struct DCD_MANAGER* hDcdMgr)
    [all...]
csl.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
82 * uSize is the number of CHARACTERS in wpstrDest, NOT the number of BYTES
83 * in wpstrDest. with a WCHAR, the number of characters is bytes/2.
86 IN PSTR pstrSource, ULONG uSize);
102 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
118 extern VOID CSL_ByteSwap(IN PSTR pstrSrc,
119 OUT PSTR pstrDest, IN ULONG ulBytes);
130 * Resources acquired in CSL_Init() are freed.
160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum)
    [all...]
mem.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
213 extern VOID MEM_Free(IN PVOID pMemBuf);
232 extern VOID MEM_VFree(IN PVOID pMemBuf)
    [all...]
cfg.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
58 *! OUT parameters in accessor function param. lists at end.
84 * Resources acquired in CFG_Init() are freed.
104 extern DSP_STATUS CFG_GetAutoStart(IN struct CFG_DEVNODE* hDevNode,
114 * DSP_SOK: Success. pdwVersion contains Class Driver version in
144 extern DSP_STATUS CFG_GetDevObject(IN struct CFG_DEVNODE* hDevNode,
165 extern DSP_STATUS CFG_GetDSPResources(IN struct CFG_DEVNODE* hDevNode,
189 extern DSP_STATUS CFG_GetExecFile(IN struct CFG_DEVNODE* hDevNode,
190 IN ULONG cBufSize
    [all...]
sync.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
93 * Close this event handle, freeing resources allocated in SYNC_OpenEvent
96 * hEvent: Handle to a synchronization event, created/opened in
107 extern DSP_STATUS SYNC_CloseEvent(IN struct SYNC_OBJECT* hEvent);
121 extern DSP_STATUS SYNC_DeleteCS(IN struct SYNC_CSOBJECT* hCSObj);
135 extern DSP_STATUS SYNC_EnterCS(IN struct SYNC_CSOBJECT* hCSObj);
204 extern DSP_STATUS SYNC_LeaveCS(IN struct SYNC_CSOBJECT* hCSObj);
210 * which is initially in the non-signalled state.
238 IN OPTIONAL struct SYNC_ATTRS * pAttrs)
    [all...]
list.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
84 * An empty list is indicated by the "next" pointer in the element
120 extern VOID LST_Delete(IN struct LST_LIST* pList);
150 extern struct LST_ELEM* LST_First(IN struct LST_LIST* pList);
170 * NULL No elements in list
181 extern struct LST_ELEM* LST_GetHead(IN struct LST_LIST* pList);
208 * This function must not be called to "reset" an element in the middle
212 extern VOID LST_InitElem(IN struct LST_ELEM* pListElem);
220 * pElem: Pointer to element in list to insert
    [all...]
DSPProcessor_OEM.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
68 IN OPTIONAL struct DSP_CBDATA * pArgs);
78 * iArgc: The number of arguments (strings) in aArgv[]
96 IN CONST INT iArgc,
97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
104 * Processor must be in PROC_LOADED state.
112 * DSP_EWRONGSTATE: Processor is not in PROC_LOADED state.
124 * Processor must be in PROC_LOADED or PROC_RUNNIG state
    [all...]
DSPNode.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
52 *! 07-Sep-2000 jeh Changed type HANDLE in DSPNode_RegisterNotify to
83 * DSP_EWRONGSTATE: The specified processor is in the wrong state
85 * DSP_ERANGE: The iPriority field specified in pAttrIn is out
91 IN CONST struct DSP_UUID * pNodeID,
92 IN CONST OPTIONAL struct DSP_CBDATA * pArgs,
93 IN OPTIONAL struct DSP_NODEATTRIN * pAttrIn,
118 IN OPTIONAL struct DSP_BUFFERATTR * pAttr,
158 * DSP_EWRONGSTATE: The node is not in the NODE_ALLOCATED state
    [all...]
uuidutil.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
57 VOID UUID_UuidToString(IN struct DSP_UUID * pUuid, OUT CHAR * pszUuid,
75 extern VOID UUID_UuidFromString(IN CHAR * pszUuid,
dbdcddef.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
25 *! 03-Dec-2003 map Moved and renamed DCD_OBJTYPE to DSP_DCDOBJTYPE in dbdefs.h
38 *! 12-Aug-2000 kc: Incoroporated the use of types defined in <dspdefs.h>.
93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
94 IN DSP_DCDOBJTYPE objType,
95 IN PVOID handle);
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
98 IN DSP_DCDOBJTYPE
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcd.h 55 * This function automatically registers DCD objects specified in a
75 extern DSP_STATUS DCD_AutoRegister(IN struct DCD_MANAGER* hDcdMgr,
76 IN CHAR * pszCoffPath);
81 * This function automatically unregisters DCD objects specified in a
101 extern DSP_STATUS DCD_AutoUnregister(IN struct DCD_MANAGER* hDcdMgr,
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
138 extern DSP_STATUS DCD_DestroyManager(IN struct DCD_MANAGER* hDcdMgr);
158 * This function can be used in conjunction with DCD_GetObjectDef to
161 extern DSP_STATUS DCD_EnumerateObject(IN INT cIndex
    [all...]
csl.h 83 * uSize is the number of CHARACTERS in wpstrDest, NOT the number of BYTES
84 * in wpstrDest. with a WCHAR, the number of characters is bytes/2.
87 IN PSTR pstrSource, ULONG uSize);
103 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
119 extern VOID CSL_ByteSwap(IN PSTR pstrSrc,
120 OUT PSTR pstrDest, IN ULONG ulBytes);
131 * Resources acquired in CSL_Init() are freed.
161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
181 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2)
    [all...]
mem.h 99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
213 extern VOID MEM_Free(IN PVOID pMemBuf);
232 extern VOID MEM_VFree(IN PVOID pMemBuf);
278 * cBytes: Number of bytes in the buffer.
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes)
    [all...]
sync.h 93 * Close this event handle, freeing resources allocated in SYNC_OpenEvent
96 * hEvent: Handle to a synchronization event, created/opened in
107 extern DSP_STATUS SYNC_CloseEvent(IN struct SYNC_OBJECT* hEvent);
121 extern DSP_STATUS SYNC_DeleteCS(IN struct SYNC_CSOBJECT* hCSObj);
135 extern DSP_STATUS SYNC_EnterCS(IN struct SYNC_CSOBJECT* hCSObj);
204 extern DSP_STATUS SYNC_LeaveCS(IN struct SYNC_CSOBJECT* hCSObj);
210 * which is initially in the non-signalled state.
238 IN OPTIONAL struct SYNC_ATTRS * pAttrs);
255 extern DSP_STATUS SYNC_PostMessage(IN HANDLE hWindow, IN UINT uMsg)
    [all...]
list.h 84 * An empty list is indicated by the "next" pointer in the element
120 extern VOID LST_Delete(IN struct LST_LIST* pList);
150 extern struct LST_ELEM* LST_First(IN struct LST_LIST* pList);
170 * NULL No elements in list
181 extern struct LST_ELEM* LST_GetHead(IN struct LST_LIST* pList);
208 * This function must not be called to "reset" an element in the middle
212 extern VOID LST_InitElem(IN struct LST_ELEM* pListElem);
220 * pElem: Pointer to element in list to insert.
230 extern VOID LST_InsertBefore(IN struct LST_LIST* pList,
231 IN struct LST_ELEM* pElem
    [all...]
DSPProcessor_OEM.h 68 IN OPTIONAL struct DSP_CBDATA * pArgs);
78 * iArgc: The number of arguments (strings) in aArgv[]
96 IN CONST INT iArgc,
97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
104 * Processor must be in PROC_LOADED state.
112 * DSP_EWRONGSTATE: Processor is not in PROC_LOADED state.
124 * Processor must be in PROC_LOADED or PROC_RUNNIG state.
132 * DSP_EWRONGSTATE: Processor is not in PROC_LOADED state.
DSPNode.h 52 *! 07-Sep-2000 jeh Changed type HANDLE in DSPNode_RegisterNotify to
83 * DSP_EWRONGSTATE: The specified processor is in the wrong state
85 * DSP_ERANGE: The iPriority field specified in pAttrIn is out
91 IN CONST struct DSP_UUID * pNodeID,
92 IN CONST OPTIONAL struct DSP_CBDATA * pArgs,
93 IN OPTIONAL struct DSP_NODEATTRIN * pAttrIn,
118 IN OPTIONAL struct DSP_BUFFERATTR * pAttr,
158 * DSP_EWRONGSTATE: The node is not in the NODE_ALLOCATED state.
168 IN OPTIONAL struct DSP_STRMATTR * pAttr);
185 * string and the null terminated string in DSP_CBDATA struct.
    [all...]
dbdcddef.h 25 *! 03-Dec-2003 map Moved and renamed DCD_OBJTYPE to DSP_DCDOBJTYPE in dbdefs.h
38 *! 12-Aug-2000 kc: Incoroporated the use of types defined in <dspdefs.h>.
93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
94 IN DSP_DCDOBJTYPE objType,
95 IN PVOID handle);
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
98 IN DSP_DCDOBJTYPE
  /external/webkit/WebKit/win/WebKit.vcproj/
FixMIDLHeaders.pl 5 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright
12 # notice, this list of conditions and the following disclaimer in the
21 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
25 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
50 open(IN, "<", $fileName);
51 my @contents = <IN>;
52 close(IN);
  /external/webkit/JavaScriptCore/
create_rvct_stubs 10 # This library is distributed in the hope that it will be useful,
35 open(IN, $file) or die "No such file $file";
37 while ( $_ = <IN> ) {
52 close(IN);
  /external/webkit/WebKitTools/Scripts/
update-iexploder-cssproperties 5 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright
12 # notice, this list of conditions and the following disclaimer in the
21 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
25 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 # This script updates WebKitTools/iExploder/htdocs/cssproperties.in based on
30 # WebCore/css/CSSPropertyNames.in.
46 my $iExploderFile = File::Spec->catfile(sourceDir(), split("/", "WebKitTools/iExploder/htdocs/cssproperties.in"));
47 my $cssPropertyNamesFile = File::Spec->catfile(sourceDir(), split("/", "WebCore/css/CSSPropertyNames.in"));
    [all...]
  /external/openssl/crypto/md4/
md4.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/openssl/crypto/md5/
md5.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/openssl/crypto/ripemd/
rmd160.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 91011>>