Searched defs:OF (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm-c/
H A DObject.h105 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { argument
106 return reinterpret_cast<ObjectFile*>(OF);
109 inline LLVMObjectFileRef wrap(const ObjectFile *OF) { argument
110 return reinterpret_cast<LLVMObjectFileRef>(const_cast<ObjectFile*>(OF));
/external/flac/libFLAC/ia32/
H A Dnasm.h21 ; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 ; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26 ; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF variable
28 ; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29 ; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/external/zlib/contrib/minizip/
H A Dioapi.h135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); typedef
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
160 typedef voidpf (ZCALLBACK *open64_file_func) OF((voidp typedef
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h166 #ifndef OF /* function prototypes */
168 # define OF(args) args macro
170 # define OF(args) () macro
/external/qemu/distrib/zlib-1.2.3/
H A Dzconf.h166 #ifndef OF /* function prototypes */
168 # define OF(args) args macro
170 # define OF(args) () macro
/external/zlib/
H A Dzconf.in.h166 #ifndef OF /* function prototypes */
168 # define OF(args) args macro
170 # define OF(args) () macro
H A Dzconf.h262 #ifndef OF /* function prototypes */
264 # define OF(args) args macro
266 # define OF(args) () macro
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4242 \hline LTC\_ASN1\_SEQUENCE & SEQUENCE (and SEQUENCE OF) \\
4244 \hline LTC\_ASN1\_SETOF & SET OF \\
4357 \subsection{SET and SET OF}
4359 \index{SET} \index{SET OF}
4360 SET and SET OF are related to the SEQUENCE type in that they can be pretty much be decoded with the same code. However, they are different, and they should
4361 be carefully noted. The SET type is an unordered array of ASN.1 types sorted by the TAG (type identifier), whereas the SET OF type is an ordered array of
4401 \subsubsection{SET OF Encoding}
4402 A \textit{SET OF} object is an array of identical objects (e.g. OCTET STRING) sorted in ascending order by the DER encoding of the object. They are
4414 This will encode a \textit{SET OF} containing the \textit{list} of \textit{inlen} ASN.1 objects and store the encoding in the output buffer \textit{out} of length \textit{outlen}.
4416 The routine will first encode the SET OF i
[all...]
/external/llvm/lib/MC/
H A DMCAssembler.cpp339 MCOrgFragment &OF = cast<MCOrgFragment>(F); local
341 if (!OF.getOffset().EvaluateAsAbsolute(TargetLocation, Layout))
345 uint64_t FragmentOffset = Layout.getFragmentOffset(&OF);
471 MCOrgFragment &OF = cast<MCOrgFragment>(F); local
474 OW->Write8(uint8_t(OF.getValue()));
480 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); local
481 OW->WriteBytes(OF.getContents().str());
898 const MCOrgFragment *OF = cast<MCOrgFragment>(this); local
900 OS << " Offset:" << OF->getOffset() << " Value:" << OF
904 const MCDwarfLineAddrFragment *OF = cast<MCDwarfLineAddrFragment>(this); local
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DSH4Assembler.h16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
342 OF = 0xa, // OverFlow enumerator in enum:JSC::SH4Assembler::__anon12966

Completed in 522 milliseconds