HomeSort by relevance Sort by last modified time
    Searched full:type_block (Results 1 - 12 of 12) sorted by null

  /system/core/libutils/
README 244 data := data_header type_block+
247 type_block := <n> <id_offset> entry{n}
  /external/llvm/docs/
BitCodeFormat.rst 522 * 10 --- `TYPE_BLOCK`_ --- This describes all of the types in the module.
550 * `TYPE_BLOCK`_
853 TYPE_BLOCK Contents
856 The ``TYPE_BLOCK`` block (id 10) contains records which constitute a table of
862 Entries within ``TYPE_BLOCK`` are constructed to ensure that each entry is
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 241 {cipher_rc2, calg_rc2, 16, 16, type_block, 8, 8, kg_strong},
242 {cipher_rc2_40, calg_rc2, 16, 5, type_block, 8, 8, kg_export},
243 {cipher_des, calg_des, 8, 8, type_block, 8, 8, kg_strong},
244 {cipher_3des, calg_3des, 24, 24, type_block, 8, 8, kg_strong},
245 {cipher_des40, calg_des, 8, 5, type_block, 8, 8, kg_export},
246 {cipher_idea, calg_idea, 16, 16, type_block, 8, 8, kg_strong},
247 {cipher_aes_128, calg_aes, 16, 16, type_block, 16,16, kg_strong},
248 {cipher_aes_256, calg_aes, 32, 32, type_block, 16,16, kg_strong},
249 {cipher_camellia_128, calg_camellia,16, 16, type_block, 16,16, kg_strong},
250 {cipher_camellia_256, calg_camellia,32, 32, type_block, 16,16, kg_strong}
    [all...]
derive.c 120 if (cipher_def->type == type_block &&
sslimpl.h 492 typedef enum { type_stream, type_block } CipherType; enumerator in enum:__anon11520
    [all...]
  /prebuilts/sdk/tools/linux/
libbcinfo.so 
libLLVM.so 
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 561 return Error("Invalid type forward reference in TYPE_BLOCK");
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 739 return Error("Invalid type forward reference in TYPE_BLOCK");
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 842 return Error("Invalid type forward reference in TYPE_BLOCK");
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 1367 milliseconds