Searched refs:operation (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLogRecordHandler.java22 @param operation
23 The recovery operation being performed.
31 RecoveryOperation operation);
28 handleLogRecord(Environment environment, DatabaseEntry logRecord, LogSequenceNumber lsn, RecoveryOperation operation) argument
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmyflock.c9 /* int myflock(fd, lock_style, operation)
12 /* int operation;
30 /* .IP operation
53 /* to implement an unsupported operation.
87 int myflock(int fd, int lock_style, int operation) argument
94 if ((operation & (MYFLOCK_OP_BITS)) != operation)
95 msg_panic("myflock: improper operation type: 0x%x", operation);
110 while ((status = flock(fd, lock_ops[operation])) <
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/dh/
H A Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
69 if(operation == ASN1_OP_NEW_PRE) {
73 } else if(operation == ASN1_OP_FREE_PRE) {
/macosx-10.10.1/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransportDebugging.h34 uint32_t operation; member in struct:ATAPISysctlArgs
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecCFWrappers.c39 void CFStringPerformWithCStringAndLength(CFStringRef inStr, void(^operation)(const char *utf8String, size_t utf8Length)) {
42 operation(cstr, strlen(cstr));
55 operation(buf, (size_t)usedLen);
63 operation(buf, (size_t)usedLen);
70 void CFStringPerformWithCString(CFStringRef inStr, void(^operation)(const char *utf8String)) {
73 operation(cstr);
86 operation(buf);
94 operation(buf);
H A DSecFileLocations.h40 void WithPathInKeychainDirectory(CFStringRef fileName, void(^operation)(const char *utf8String));
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecCFWrappers.c39 void CFStringPerformWithCStringAndLength(CFStringRef inStr, void(^operation)(const char *utf8String, size_t utf8Length)) {
42 operation(cstr, strlen(cstr));
55 operation(buf, (size_t)usedLen);
63 operation(buf, (size_t)usedLen);
70 void CFStringPerformWithCString(CFStringRef inStr, void(^operation)(const char *utf8String)) {
73 operation(cstr);
86 operation(buf);
94 operation(buf);
H A DSecFileLocations.h40 void WithPathInKeychainDirectory(CFStringRef fileName, void(^operation)(const char *utf8String));
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dflock.c28 flock(int fd, int operation) argument
32 switch (operation & ~LOCK_NB) {
49 return fcntl(fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &lock);
93 flock(int fd, int operation) argument
95 switch (operation) {
117 /* Default - can't decipher operation */
125 flock(int fd, int operation) argument
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h38 switch (pexp->operation)
51 /* pexp->operation must be lnot. */
58 if (pexp->operation == lor)
60 else if (pexp->operation == land)
66 switch (pexp->operation)
107 /* pexp->operation must be qmop. */
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h38 switch (pexp->operation)
51 /* pexp->operation must be lnot. */
58 if (pexp->operation == lor)
60 else if (pexp->operation == land)
66 switch (pexp->operation)
107 /* pexp->operation must be qmop. */
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtramp-ftp.el122 (defun tramp-ftp-file-name-handler (operation &rest args)
145 ((memq operation '(file-directory-p file-exists-p))
146 (apply 'ange-ftp-hook-function operation args))
151 (and (eq inhibit-file-name-operation operation)
153 (inhibit-file-name-operation operation))
154 (apply 'ange-ftp-hook-function operation args)))))))
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h801 // to describe the result of an operation.
970 JITCompiler::Call callOperation(P_JITOperation_E operation, GPRReg result) argument
973 return appendCallWithExceptionCheckSetResult(operation, result);
975 JITCompiler::Call callOperation(P_JITOperation_EC operation, GPRReg result, GPRReg cell) argument
978 return appendCallWithExceptionCheckSetResult(operation, result);
980 JITCompiler::Call callOperation(P_JITOperation_EO operation, GPRReg result, GPRReg object) argument
983 return appendCallWithExceptionCheckSetResult(operation, result);
985 JITCompiler::Call callOperation(P_JITOperation_EOS operation, GPRReg result, GPRReg object, size_t size) argument
988 return appendCallWithExceptionCheckSetResult(operation, result);
990 JITCompiler::Call callOperation(P_JITOperation_EOZ operation, GPRRe argument
995 callOperation(C_JITOperation_EOZ operation, GPRReg result, GPRReg object, int32_t size) argument
1000 callOperation(P_JITOperation_EPS operation, GPRReg result, GPRReg old, size_t size) argument
1005 callOperation(P_JITOperation_ES operation, GPRReg result, size_t size) argument
1010 callOperation(P_JITOperation_ESJss operation, GPRReg result, size_t index, GPRReg arg1) argument
1015 callOperation(P_JITOperation_ESt operation, GPRReg result, Structure* structure) argument
1020 callOperation(P_JITOperation_EStZ operation, GPRReg result, Structure* structure, GPRReg arg2) argument
1025 callOperation(P_JITOperation_EStZ operation, GPRReg result, Structure* structure, size_t arg2) argument
1030 callOperation(P_JITOperation_EStZ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1035 callOperation(P_JITOperation_EStPS operation, GPRReg result, Structure* structure, void* pointer, size_t size) argument
1040 callOperation(P_JITOperation_EStSS operation, GPRReg result, Structure* structure, size_t index, size_t size) argument
1045 callOperation(C_JITOperation_E operation, GPRReg result) argument
1050 callOperation(C_JITOperation_EC operation, GPRReg result, GPRReg arg1) argument
1055 callOperation(C_JITOperation_EC operation, GPRReg result, JSCell* cell) argument
1060 callOperation(C_JITOperation_ECC operation, GPRReg result, GPRReg arg1, JSCell* cell) argument
1065 callOperation(C_JITOperation_EIcf operation, GPRReg result, InlineCallFrame* inlineCallFrame) argument
1070 callOperation(C_JITOperation_ESt operation, GPRReg result, Structure* structure) argument
1075 callOperation(C_JITOperation_EJssSt operation, GPRReg result, GPRReg arg1, Structure* structure) argument
1080 callOperation(C_JITOperation_EJssJss operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1085 callOperation(C_JITOperation_EJssJssJss operation, GPRReg result, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1091 callOperation(S_JITOperation_ECC operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1097 callOperation(Jss_JITOperation_EZ operation, GPRReg result, GPRReg arg1) argument
1103 callOperation(V_JITOperation_EC operation, GPRReg arg1) argument
1109 callOperation(V_JITOperation_EC operation, JSCell* arg1) argument
1115 callOperation(V_JITOperation_ECIcf operation, GPRReg arg1, InlineCallFrame* inlineCallFrame) argument
1120 callOperation(V_JITOperation_ECCIcf operation, GPRReg arg1, GPRReg arg2, InlineCallFrame* inlineCallFrame) argument
1126 callOperation(V_JITOperation_ECZ operation, GPRReg arg1, int arg2) argument
1131 callOperation(V_JITOperation_ECC operation, GPRReg arg1, GPRReg arg2) argument
1136 callOperation(V_JITOperation_ECC operation, GPRReg arg1, JSCell* arg2) argument
1141 callOperation(V_JITOperation_ECC operation, JSCell* arg1, GPRReg arg2) argument
1147 callOperationWithCallFrameRollbackOnException(V_JITOperation_ECb operation, void* pointer) argument
1153 callOperationWithCallFrameRollbackOnException(Z_JITOperation_E operation, GPRReg result) argument
1160 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1) argument
1165 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1, ArgumentType2 arg2) argument
1170 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3) argument
1175 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3, ArgumentType4 arg4) argument
1180 callOperation(FunctionType operation, NoResultTag, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3, ArgumentType4 arg4, ArgumentType5 arg5) argument
1185 callOperation(D_JITOperation_ZZ operation, FPRReg result, GPRReg arg1, GPRReg arg2) argument
1190 callOperation(D_JITOperation_D operation, FPRReg result, FPRReg arg1) argument
1195 callOperation(D_JITOperation_DD operation, FPRReg result, FPRReg arg1, FPRReg arg2) argument
1200 callOperation(I_JITOperation_EJss operation, GPRReg result, GPRReg arg1) argument
1205 callOperation(C_JITOperation_EZ operation, GPRReg result, GPRReg arg1) argument
1210 callOperation(C_JITOperation_EZ operation, GPRReg result, int32_t arg1) argument
1217 callOperation(J_JITOperation_E operation, GPRReg result) argument
1222 callOperation(J_JITOperation_EP operation, GPRReg result, void* pointer) argument
1227 callOperation(Z_JITOperation_D operation, GPRReg result, FPRReg arg1) argument
1234 callOperation(Q_JITOperation_J operation, GPRReg result, GPRReg value) argument
1239 callOperation(Q_JITOperation_D operation, GPRReg result, FPRReg value) argument
1244 callOperation(J_JITOperation_EI operation, GPRReg result, StringImpl* uid) argument
1249 callOperation(J_JITOperation_EA operation, GPRReg result, GPRReg arg1) argument
1254 callOperation(J_JITOperation_EAZ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1259 callOperation(J_JITOperation_EJssZ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1264 callOperation(J_JITOperation_EPS operation, GPRReg result, void* pointer, size_t size) argument
1269 callOperation(J_JITOperation_ESS operation, GPRReg result, int startConstant, int numConstants) argument
1274 callOperation(J_JITOperation_EPP operation, GPRReg result, GPRReg arg1, void* pointer) argument
1279 callOperation(J_JITOperation_EC operation, GPRReg result, JSCell* cell) argument
1284 callOperation(J_JITOperation_ESsiCI operation, GPRReg result, StructureStubInfo* stubInfo, GPRReg arg1, const StringImpl* uid) argument
1289 callOperation(J_JITOperation_ESsiJI operation, GPRReg result, StructureStubInfo* stubInfo, GPRReg arg1, StringImpl* uid) argument
1294 callOperation(J_JITOperation_EDA operation, GPRReg result, FPRReg arg1, GPRReg arg2) argument
1299 callOperation(J_JITOperation_EJA operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1304 callOperation(J_JITOperation_EP operation, GPRReg result, GPRReg arg1) argument
1309 callOperation(J_JITOperation_EZ operation, GPRReg result, GPRReg arg1) argument
1314 callOperation(J_JITOperation_EZ operation, GPRReg result, int32_t arg1) argument
1319 callOperation(J_JITOperation_EZZ operation, GPRReg result, int32_t arg1, GPRReg arg2) argument
1324 callOperation(J_JITOperation_EZIcfZ operation, GPRReg result, int32_t arg1, InlineCallFrame* inlineCallFrame, GPRReg arg2) argument
1330 callOperation(P_JITOperation_EJS operation, GPRReg result, GPRReg value, size_t index) argument
1336 callOperation(P_JITOperation_EStJ operation, GPRReg result, Structure* structure, GPRReg arg2) argument
1342 callOperation(C_JITOperation_EJ operation, GPRReg result, GPRReg arg1) argument
1347 callOperation(S_JITOperation_J operation, GPRReg result, GPRReg arg1) argument
1352 callOperation(S_JITOperation_EJ operation, GPRReg result, GPRReg arg1) argument
1357 callOperation(J_JITOperation_EJ operation, GPRReg result, GPRReg arg1) argument
1362 callOperation(S_JITOperation_EJJ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1368 callOperation(J_JITOperation_EPP operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1373 callOperation(J_JITOperation_EJJ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1378 callOperation(J_JITOperation_EJJ operation, GPRReg result, GPRReg arg1, MacroAssembler::TrustedImm32 imm) argument
1383 callOperation(J_JITOperation_EJJ operation, GPRReg result, MacroAssembler::TrustedImm32 imm, GPRReg arg2) argument
1388 callOperation(J_JITOperation_ECC operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1393 callOperation(J_JITOperation_ECJ operation, GPRReg result, GPRReg arg1, GPRReg arg2) argument
1398 callOperation(J_JITOperation_ECJ operation, GPRReg result, GPRReg arg1, JSValueRegs arg2) argument
1404 callOperation(V_JITOperation_EOZD operation, GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
1409 callOperation(V_JITOperation_EJ operation, GPRReg arg1) argument
1414 callOperation(V_JITOperation_EJPP operation, GPRReg arg1, GPRReg arg2, void* pointer) argument
1419 callOperation(V_JITOperation_ESsiJJI operation, StructureStubInfo* stubInfo, GPRReg arg1, GPRReg arg2, StringImpl* uid) argument
1424 callOperation(V_JITOperation_EJJJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1429 callOperation(V_JITOperation_EPZJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1435 callOperation(V_JITOperation_EOZJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1440 callOperation(V_JITOperation_ECJJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1446 callOperation(V_JITOperation_EVwsJ operation, VariableWatchpointSet* watchpointSet, GPRReg arg) argument
1452 callOperation(D_JITOperation_EJ operation, FPRReg result, GPRReg arg1) argument
1477 callOperation(Z_JITOperation_D operation, GPRReg result, FPRReg arg1) argument
1485 callOperation(J_JITOperation_E operation, GPRReg resultTag, GPRReg resultPayload) argument
1490 callOperation(J_JITOperation_EP operation, GPRReg resultTag, GPRReg resultPayload, void* pointer) argument
1495 callOperation(J_JITOperation_EPP operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, void* pointer) argument
1500 callOperation(J_JITOperation_EP operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1) argument
1505 callOperation(J_JITOperation_EI operation, GPRReg resultTag, GPRReg resultPayload, StringImpl* uid) argument
1510 callOperation(J_JITOperation_EA operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1) argument
1515 callOperation(J_JITOperation_EAZ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, GPRReg arg2) argument
1520 callOperation(J_JITOperation_EJssZ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, GPRReg arg2) argument
1525 callOperation(J_JITOperation_EPS operation, GPRReg resultTag, GPRReg resultPayload, void* pointer, size_t size) argument
1530 callOperation(J_JITOperation_ESS operation, GPRReg resultTag, GPRReg resultPayload, int startConstant, int numConstants) argument
1535 callOperation(J_JITOperation_EJP operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1Tag, GPRReg arg1Payload, void* pointer) argument
1540 callOperation(J_JITOperation_EJP operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2) argument
1546 callOperation(J_JITOperation_EC operation, GPRReg resultTag, GPRReg resultPayload, JSCell* cell) argument
1551 callOperation(J_JITOperation_ESsiCI operation, GPRReg resultTag, GPRReg resultPayload, StructureStubInfo* stubInfo, GPRReg arg1, const StringImpl* uid) argument
1556 callOperation(J_JITOperation_ESsiJI operation, GPRReg resultTag, GPRReg resultPayload, StructureStubInfo* stubInfo, GPRReg arg1Tag, GPRReg arg1Payload, StringImpl* uid) argument
1561 callOperation(J_JITOperation_ESsiJI operation, GPRReg resultTag, GPRReg resultPayload, StructureStubInfo* stubInfo, int32_t arg1Tag, GPRReg arg1Payload, StringImpl* uid) argument
1566 callOperation(J_JITOperation_EDA operation, GPRReg resultTag, GPRReg resultPayload, FPRReg arg1, GPRReg arg2) argument
1571 callOperation(J_JITOperation_EJA operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2) argument
1576 callOperation(J_JITOperation_EJA operation, GPRReg resultTag, GPRReg resultPayload, TrustedImm32 arg1Tag, GPRReg arg1Payload, GPRReg arg2) argument
1581 callOperation(J_JITOperation_EJ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1Tag, GPRReg arg1Payload) argument
1586 callOperation(J_JITOperation_EZ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1) argument
1591 callOperation(J_JITOperation_EZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1) argument
1596 callOperation(J_JITOperation_EZIcfZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1, InlineCallFrame* inlineCallFrame, GPRReg arg2) argument
1601 callOperation(J_JITOperation_EZZ operation, GPRReg resultTag, GPRReg resultPayload, int32_t arg1, GPRReg arg2) argument
1607 callOperation(P_JITOperation_EJS operation, GPRReg result, JSValueRegs value, size_t index) argument
1613 callOperation(P_JITOperation_EStJ operation, GPRReg result, Structure* structure, GPRReg arg2Tag, GPRReg arg2Payload) argument
1619 callOperation(C_JITOperation_EJ operation, GPRReg result, GPRReg arg1Tag, GPRReg arg1Payload) argument
1624 callOperation(S_JITOperation_J operation, GPRReg result, GPRReg arg1Tag, GPRReg arg1Payload) argument
1629 callOperation(S_JITOperation_EJ operation, GPRReg result, GPRReg arg1Tag, GPRReg arg1Payload) argument
1635 callOperation(S_JITOperation_EJJ operation, GPRReg result, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2Tag, GPRReg arg2Payload) argument
1640 callOperation(J_JITOperation_EJJ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2Tag, GPRReg arg2Payload) argument
1645 callOperation(J_JITOperation_EJJ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1Tag, GPRReg arg1Payload, MacroAssembler::TrustedImm32 imm) argument
1650 callOperation(J_JITOperation_EJJ operation, GPRReg resultTag, GPRReg resultPayload, MacroAssembler::TrustedImm32 imm, GPRReg arg2Tag, GPRReg arg2Payload) argument
1656 callOperation(J_JITOperation_ECJ operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, GPRReg arg2Tag, GPRReg arg2Payload) argument
1661 callOperation(J_JITOperation_ECJ operation, JSValueRegs result, GPRReg arg1, JSValueRegs arg2) argument
1666 callOperation(J_JITOperation_ECC operation, GPRReg resultTag, GPRReg resultPayload, GPRReg arg1, GPRReg arg2) argument
1672 callOperation(V_JITOperation_EOZD operation, GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
1678 callOperation(V_JITOperation_EJ operation, GPRReg arg1Tag, GPRReg arg1Payload) argument
1684 callOperation(V_JITOperation_EJPP operation, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2, void* pointer) argument
1689 callOperation(V_JITOperation_ESsiJJI operation, StructureStubInfo* stubInfo, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2Payload, StringImpl* uid) argument
1694 callOperation(V_JITOperation_ECJJ operation, GPRReg arg1, GPRReg arg2Tag, GPRReg arg2Payload, GPRReg arg3Tag, GPRReg arg3Payload) argument
1700 callOperation(V_JITOperation_EPZJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3Tag, GPRReg arg3Payload) argument
1706 callOperation(V_JITOperation_EOZJ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3Tag, GPRReg arg3Payload) argument
1711 callOperation(V_JITOperation_EOZJ operation, GPRReg arg1, GPRReg arg2, TrustedImm32 arg3Tag, GPRReg arg3Payload) argument
1717 callOperation(V_JITOperation_EVwsJ operation, VariableWatchpointSet* watchpointSet, GPRReg argTag, GPRReg argPayload) argument
1723 callOperation(D_JITOperation_EJ operation, FPRReg result, GPRReg arg1Tag, GPRReg arg1Payload) argument
1733 callOperation( FunctionType operation, JSValueRegs result) argument
1739 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1) argument
1745 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1, ArgumentType2 arg2) argument
1753 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3) argument
1762 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3, ArgumentType4 arg4) argument
1771 callOperation( FunctionType operation, JSValueRegs result, ArgumentType1 arg1, ArgumentType2 arg2, ArgumentType3 arg3, ArgumentType4 arg4, ArgumentType5 arg5) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dnsseq.c65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
67 if(operation == ASN1_OP_NEW_POST) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITInlines.h162 ALWAYS_INLINE MacroAssembler::Call JIT::callOperation(C_JITOperation_E operation) argument
165 return appendCallWithExceptionCheck(operation);
168 ALWAYS_INLINE MacroAssembler::Call JIT::callOperation(C_JITOperation_EO operation, GPRReg arg) argument
171 return appendCallWithExceptionCheck(operation);
174 ALWAYS_INLINE MacroAssembler::Call JIT::callOperation(C_JITOperation_ESt operation, Structure* structure) argument
177 return appendCallWithExceptionCheck(operation);
180 ALWAYS_INLINE MacroAssembler::Call JIT::callOperation(C_JITOperation_EZ operation, int32_t arg) argument
183 return appendCallWithExceptionCheck(operation);
186 ALWAYS_INLINE MacroAssembler::Call JIT::callOperation(J_JITOperation_E operation, int dst) argument
189 return appendCallWithExceptionCheckSetJSValueResult(operation, ds
192 callOperation(J_JITOperation_EAapJcpZ operation, int dst, ArrayAllocationProfile* arg1, GPRReg arg2, int32_t arg3) argument
198 callOperation(J_JITOperation_EAapJcpZ operation, int dst, ArrayAllocationProfile* arg1, const JSValue* arg2, int32_t arg3) argument
204 callOperation(J_JITOperation_EC operation, int dst, JSCell* cell) argument
210 callOperation(V_JITOperation_EC operation, JSCell* cell) argument
216 callOperation(J_JITOperation_EP operation, int dst, void* pointer) argument
222 callOperation(WithProfileTag, J_JITOperation_EPc operation, int dst, Instruction* bytecodePC) argument
228 callOperation(J_JITOperation_EZ operation, int dst, int32_t arg) argument
234 callOperation(S_JITOperation_ECC operation, RegisterID regOp1, RegisterID regOp2) argument
240 callOperation(S_JITOperation_EOJss operation, RegisterID regOp1, RegisterID regOp2) argument
246 callOperation(Sprt_JITOperation_EZ operation, int32_t op) argument
257 callOperation(V_JITOperation_E operation) argument
263 callOperation(V_JITOperation_EC operation, RegisterID regOp) argument
269 callOperation(V_JITOperation_ECC operation, RegisterID regOp1, RegisterID regOp2) argument
275 callOperation(V_JITOperation_EPc operation, Instruction* bytecodePC) argument
281 callOperation(V_JITOperation_EZ operation, int32_t op) argument
287 callOperationWithCallFrameRollbackOnException(J_JITOperation_E operation) argument
293 callOperationNoExceptionCheck(J_JITOperation_EE operation, RegisterID regOp) argument
300 callOperationWithCallFrameRollbackOnException(V_JITOperation_ECb operation, CodeBlock* pointer) argument
306 callOperationWithCallFrameRollbackOnException(Z_JITOperation_E operation) argument
314 callOperation(F_JITOperation_EJZZ operation, GPRReg arg1, int32_t arg2, int32_t arg3) argument
320 callOperation(F_JITOperation_EFJJZ operation, GPRReg arg1, GPRReg arg2, GPRReg arg3, int32_t arg4) argument
326 callOperation(V_JITOperation_ESsiJJI operation, StructureStubInfo* stubInfo, RegisterID regOp1, RegisterID regOp2, StringImpl* uid) argument
332 callOperation(V_JITOperation_EJJJ operation, RegisterID regOp1, RegisterID regOp2, RegisterID regOp3) argument
338 callOperation(JIT::WithProfileTag, J_JITOperation_ESsiJI operation, int dst, StructureStubInfo* stubInfo, GPRReg arg1, StringImpl* uid) argument
344 callOperation(JIT::WithProfileTag, J_JITOperation_EJJ operation, int dst, GPRReg arg1, GPRReg arg2) argument
350 callOperation(J_JITOperation_EAapJ operation, int dst, ArrayAllocationProfile* arg1, GPRReg arg2) argument
356 callOperation(J_JITOperation_EJ operation, int dst, GPRReg arg1) argument
362 callOperation(J_JITOperation_EJIdc operation, int dst, GPRReg arg1, const Identifier* arg2) argument
368 callOperation(J_JITOperation_EJJ operation, int dst, GPRReg arg1, GPRReg arg2) argument
374 callOperationNoExceptionCheck(V_JITOperation_EJ operation, GPRReg arg1) argument
381 callOperation(P_JITOperation_EJS operation, GPRReg arg1, size_t arg2) argument
387 callOperation(S_JITOperation_EJ operation, RegisterID regOp) argument
393 callOperation(S_JITOperation_EJJ operation, RegisterID regOp1, RegisterID regOp2) argument
399 callOperation(V_JITOperation_EIdJZ operation, const Identifier* identOp1, RegisterID regOp2, int32_t op3) argument
405 callOperation(V_JITOperation_EJ operation, RegisterID regOp) argument
411 callOperation(V_JITOperation_EJIdJJ operation, RegisterID regOp1, const Identifier* identOp2, RegisterID regOp3, RegisterID regOp4) argument
417 callOperation(V_JITOperation_EJZ operation, RegisterID regOp1, int32_t op2) argument
423 callOperation(V_JITOperation_EJZJ operation, RegisterID regOp1, int32_t op2, RegisterID regOp3) argument
448 callOperationNoExceptionCheck(V_JITOperation_EJ operation, GPRReg arg1Tag, GPRReg arg1Payload) argument
455 callOperation(F_JITOperation_EJZZ operation, GPRReg arg1Tag, GPRReg arg1Payload, int32_t arg2, int32_t arg3) argument
461 callOperation(F_JITOperation_EFJJZ operation, GPRReg arg1, GPRReg arg2Tag, GPRReg arg2Payload, GPRReg arg3Tag, GPRReg arg3Payload, int32_t arg4) argument
467 callOperation(J_JITOperation_EAapJ operation, int dst, ArrayAllocationProfile* arg1, GPRReg arg2Tag, GPRReg arg2Payload) argument
473 callOperation(J_JITOperation_EJ operation, int dst, GPRReg arg1Tag, GPRReg arg1Payload) argument
479 callOperation(JIT::WithProfileTag, J_JITOperation_ESsiJI operation, int dst, StructureStubInfo* stubInfo, GPRReg arg1Tag, GPRReg arg1Payload, StringImpl* uid) argument
485 callOperation(J_JITOperation_EJIdc operation, int dst, GPRReg arg1Tag, GPRReg arg1Payload, const Identifier* arg2) argument
491 callOperation(J_JITOperation_EJJ operation, int dst, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2Tag, GPRReg arg2Payload) argument
497 callOperation(JIT::WithProfileTag, J_JITOperation_EJJ operation, int dst, GPRReg arg1Tag, GPRReg arg1Payload, GPRReg arg2Tag, GPRReg arg2Payload) argument
503 callOperation(P_JITOperation_EJS operation, GPRReg arg1Tag, GPRReg arg1Payload, size_t arg2) argument
509 callOperation(S_JITOperation_EJ operation, RegisterID argTag, RegisterID argPayload) argument
515 callOperation(S_JITOperation_EJJ operation, RegisterID arg1Tag, RegisterID arg1Payload, RegisterID arg2Tag, RegisterID arg2Payload) argument
521 callOperation(V_JITOperation_ECICC operation, RegisterID regOp1, const Identifier* identOp2, RegisterID regOp3, RegisterID regOp4) argument
527 callOperation(V_JITOperation_EJ operation, RegisterID regOp1Tag, RegisterID regOp1Payload) argument
533 callOperation(V_JITOperation_EIdJZ operation, const Identifier* identOp1, RegisterID regOp2Tag, RegisterID regOp2Payload, int32_t op3) argument
539 callOperation(V_JITOperation_ESsiJJI operation, StructureStubInfo* stubInfo, RegisterID regOp1Tag, RegisterID regOp1Payload, RegisterID regOp2Tag, RegisterID regOp2Payload, StringImpl* uid) argument
545 callOperation(V_JITOperation_EJJJ operation, RegisterID regOp1Tag, RegisterID regOp1Payload, RegisterID regOp2Tag, RegisterID regOp2Payload, RegisterID regOp3Tag, RegisterID regOp3Payload) argument
551 callOperation(V_JITOperation_EJZ operation, RegisterID regOp1Tag, RegisterID regOp1Payload, int32_t op2) argument
557 callOperation(V_JITOperation_EJZJ operation, RegisterID regOp1Tag, RegisterID regOp1Payload, int32_t op2, RegisterID regOp3Tag, RegisterID regOp3Payload) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecAccessControlPriv.h46 /*! Represents constraint of the operation. */
73 /*! Adds new constraint for specified operation.
75 @param operation Operation type.
77 meaning that operation will be always allowed.
79 bool SecAccessControlAddConstraintForOperation(SecAccessControlRef access_control, CFTypeRef operation,
82 /*! Removes constraint for specified operation. Does nothing if no constraint exist for specified operation.
84 @param operation Operation type.
86 void SecAccessControlRemoveConstraintForOperation(SecAccessControlRef access_control, CFTypeRef operation);
94 /*! Retrieves set of access group which applies for specified operation
[all...]
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_parsecfg.c55 struct OperationConfig *operation = global->first; local
205 warnf(operation, "%s:%d: warning: '%s' uses unquoted white space in"
222 res = getparameter(option, param, &usedarg, global, operation);
229 if(operation->url_list && operation->url_list->url) {
231 operation->next = malloc(sizeof(struct OperationConfig));
232 if(operation->next) {
234 config_init(operation->next);
237 operation->next->easy = global->easy;
240 operation
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Do_time.c173 long operation; local
181 operation = LIB$K_DELTA_SECONDS;
182 status = lib$cvt_to_internal_time(&operation,
200 operation = LIB$K_DAY_OF_WEEK;
201 status = lib$cvt_from_internal_time(&operation,
205 operation = LIB$K_DAY_OF_YEAR;
206 status = lib$cvt_from_internal_time(&operation,
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dimage-file.el161 (defun image-file-handler (operation &rest args)
163 OPERATION is the operation to perform, on ARGS.
165 (if (and (eq operation 'insert-file-contents)
169 (apply #'image-file-call-underlying operation operation args)))
171 (defun image-file-call-underlying (function operation &rest args)
176 (and (eq inhibit-file-name-operation operation)
178 (inhibit-file-name-operation operation))
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dflock.c44 rk_flock(int fd, int operation) argument
54 if (operation & LOCK_NB)
59 switch (operation & OP_MASK) {
103 if (operation & LOCK_NB)
106 switch (operation & OP_MASK) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecKeybagSupport.c114 bool ks_crypt(uint32_t operation, keybag_handle_t keybag, argument
120 if (operation == kSecKsWrap) {
122 } else if (operation == kSecKsUnwrap) {
130 kernResult, (operation == kSecKsWrap ? "wrap" : "unwrap"), keyclass, keybag);
134 kernResult, (operation == kSecKsWrap ? "wrap" : "unwrap"), keyclass, keybag);
137 kernResult, (operation == kSecKsWrap ? "wrap" : "unwrap"), keyclass, keybag);
145 if (operation == kSecKsWrap) {
154 } else if (operation == kSecKsUnwrap) {
166 bool ks_crypt_acl(uint32_t operation, keybag_handle_t keybag, keyclass_t keyclass, argument
174 if (operation
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A D4.1-requests.test14 # The operation to use
28 # The operation to use
32 GROUP operation
46 # The operation to use
50 GROUP operation
64 # The operation to use
68 GROUP operation
83 # The operation to use
87 GROUP operation
102 # The operation t
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Databases/IndexedDB/
H A DWebIDBServerConnection.cpp312 void WebIDBServerConnection::createObjectStore(IDBTransactionBackend& transaction, const CreateObjectStoreOperation& operation, std::function<void(PassRefPtr<IDBDatabaseError>)> completionCallback) argument
316 String objectStoreName = operation.objectStoreMetadata().name;
325 LOG(IDB, "WebProcess createObjectStore '%s' in transaction ID %llu (request ID %llu)", operation.objectStoreMetadata().name.utf8().data(), transaction.id(), requestID);
327 send(Messages::DatabaseProcessIDBConnection::CreateObjectStore(requestID, transaction.id(), operation.objectStoreMetadata()));
342 void WebIDBServerConnection::createIndex(IDBTransactionBackend&transaction, const CreateIndexOperation& operation, std::function<void(PassRefPtr<IDBDatabaseError>)> completionCallback) argument
356 send(Messages::DatabaseProcessIDBConnection::CreateIndex(requestID, transaction.id(), operation.objectStoreID(), operation.idbIndexMetadata()));
371 void WebIDBServerConnection::deleteIndex(IDBTransactionBackend&transaction, const DeleteIndexOperation& operation, std::function<void(PassRefPtr<IDBDatabaseError>)> completionCallback) argument
385 send(Messages::DatabaseProcessIDBConnection::DeleteIndex(requestID, transaction.id(), operation.objectStoreID(), operation
400 get(IDBTransactionBackend& transaction, const GetOperation& operation, std::function<void(const IDBGetResult&, PassRefPtr<IDBDatabaseError>)> completionCallback) argument
419 put(IDBTransactionBackend& transaction, const PutOperation& operation, std::function<void(PassRefPtr<IDBKey>, PassRefPtr<IDBDatabaseError>)> completionCallback) argument
510 count(IDBTransactionBackend& transaction, const CountOperation& operation, std::function<void(int64_t, PassRefPtr<IDBDatabaseError>)> completionCallback) argument
539 deleteRange(IDBTransactionBackend& transaction, const DeleteRangeOperation& operation, std::function<void(PassRefPtr<IDBDatabaseError>)> completionCallback) argument
568 clearObjectStore(IDBTransactionBackend&, const ClearObjectStoreOperation& operation, std::function<void(PassRefPtr<IDBDatabaseError>)> completionCallback) argument
597 deleteObjectStore(IDBTransactionBackend&, const DeleteObjectStoreOperation& operation, std::function<void(PassRefPtr<IDBDatabaseError>)> completionCallback) argument
626 changeDatabaseVersion(IDBTransactionBackend&, const IDBDatabaseBackend::VersionChangeOperation& operation, std::function<void(PassRefPtr<IDBDatabaseError>)> completionCallback) argument
655 openCursor(IDBTransactionBackend&, const OpenCursorOperation& operation, std::function<void(int64_t, PassRefPtr<IDBKey>, PassRefPtr<IDBKey>, PassRefPtr<SharedBuffer>, PassRefPtr<IDBDatabaseError>)> completionCallback) argument
672 cursorAdvance(IDBCursorBackend&, const CursorAdvanceOperation& operation, std::function<void(PassRefPtr<IDBKey>, PassRefPtr<IDBKey>, PassRefPtr<SharedBuffer>, PassRefPtr<IDBDatabaseError>)> completionCallback) argument
689 cursorIterate(IDBCursorBackend&, const CursorIterationOperation& operation, std::function<void(PassRefPtr<IDBKey>, PassRefPtr<IDBKey>, PassRefPtr<SharedBuffer>, PassRefPtr<IDBDatabaseError>)> completionCallback) argument
[all...]

Completed in 367 milliseconds

1234567891011>>