Searched refs:tempType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImport.cpp232 SecExternalItemType tempType = callerItemType; local
287 tempType = kSecItemTypeUnknown;
291 bool ok = impExpInferTypeAndFormat(rep, ourFileStr, tempFormat, tempType);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImport.cpp232 SecExternalItemType tempType = callerItemType; local
287 tempType = kSecItemTypeUnknown;
291 bool ok = impExpInferTypeAndFormat(rep, ourFileStr, tempFormat, tempType);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImport.cpp232 SecExternalItemType tempType = callerItemType; local
287 tempType = kSecItemTypeUnknown;
291 bool ok = impExpInferTypeAndFormat(rep, ourFileStr, tempFormat, tempType);
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dcloop.rb458 when :int; tempType = "intptr_t"
459 when :int32; tempType = "int32_t"
460 when :int64; tempType = "int64_t"
469 $asm.putc " #{tempType} temp = #{op2} #{operator} #{op1};"
479 tempType = "int32_t"
485 $asm.putc " #{tempType} a = #{operands[0].clValue(type)};"
486 $asm.putc " #{tempType} b = #{operands[1].clValue(type)};"
498 tempType = "int32_t"
504 $asm.putc " #{tempType} a = #{operands[0].clValue(type)};"
505 $asm.putc " #{tempType}
[all...]

Completed in 118 milliseconds